Allow another message bus connection to claim the name.
If another message bus connection owns the name, immediately return an error from Gio.bus_own_name rather than entering the waiting queue for that name.
No flags set.
If another message bus connection owns the name and have specified Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT, then take the name from the other connection.
Flags used in
g_bus_own_name().Since
2.26