BusNameOwnerFlags
Description:
[ Flags ]
public enum BusNameOwnerFlags
Flags used in g_bus_own_name
.
Content:
Enum values:
- NONE - No flags set.
- ALLOW_REPLACEMENT - Allow
another message bus connection to claim the name.
- REPLACE - If another message bus
connection owns the name and have specified ALLOW_REPLACEMENT
, then take the name from the other connection.