Enumeration
GioBusNameOwnerFlags
since: 2.26
Members
G_BUS_NAME_OWNER_FLAGS_NONE
-
No flags set.
- Value:
0
- Nickname:
none
- Available since: 2.26
- Value:
G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT
-
Allow another message bus connection to claim the name.
- Value:
1
- Nickname:
allow-replacement
- Available since: 2.26
- Value:
G_BUS_NAME_OWNER_FLAGS_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.- Value:
2
- Nickname:
replace
- Available since: 2.26
- Value:
G_BUS_NAME_OWNER_FLAGS_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. (Since 2.54)- Value:
4
- Nickname:
do-not-queue
- Available since: 2.26
- Value: