Enumeration (GI Flags)

Gio-2.0GioBusNameOwnerFlagsSince 2.26

Flags used in g_bus_own_name().

2.26

Index

Enumeration Members

ALLOW_REPLACEMENT: number

Allow another message bus connection to claim the name.

DO_NOT_QUEUE: number

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.

NONE: number

No flags set.

REPLACE: number

If another message bus connection owns the name and have specified Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT, then take the name from the other connection.