Module: Gio::BusNameOwnerFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags set.

0 or :none
ALLOW_REPLACEMENT =

Allow another message bus connection to claim the name.

1 or :allow_replacement
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.

2 or :replace
DO_NOT_QUEUE =

If another message bus connection owns the name, immediately return an error from g_bus_own_name() rather than entering the waiting queue for that name. (Since 2.54)

4 or :do_not_queue