BusNameOwnerFlags
Description:
[ CCode ( cprefix = "G_BUS_NAME_OWNER_FLAGS_" , type_id = "g_bus_name_owner_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "2.26" ) ]
public enum BusNameOwnerFlags
Flags used in g_bus_own_name
.
Content:
Enum values:
- ALLOW_REPLACEMENT - Allow
another message bus connection to claim the name.
- DO_NOT_QUEUE - If another
message bus connection owns the name, immediately return an error from
g_bus_own_name
rather than entering the waiting
queue for that name.
- NONE - No flags set.
- REPLACE - If another message bus
connection owns the name and have specified g_bus_name_owner_flags_allow_replacement, then take the
name from the other connection.