Gio.BusNameOwnerFlags
Flags used in Gio.bus_own_name.
Since 2.26
- BusNameOwnerFlags.NONE
No flags set.
- BusNameOwnerFlags.ALLOW_REPLACEMENT
Allow another message bus connection to claim the name.
- BusNameOwnerFlags.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.