Value | Meaning |
---|---|
None0 | No flags set. |
AllowReplacement1 | Allow another message bus connection to claim the name. |
Replace2 | If another message bus connection owns the name and have specified gio.types.BusNameOwnerFlags.AllowReplacement, then take the name from the other connection. |
DoNotQueue4 | If another message bus connection owns the name, immediately return an error from gio.global.busOwnName rather than entering the waiting queue for that name. (Since 2.54) |
Flags used in gio.global.busOwnName.