Package ch.bailu.gtk.gio
Interface BusNameOwnerFlags
public interface BusNameOwnerFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Allow another message bus connection to claim the name.static final int
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.static final int
No flags set.static final int
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.
-
Field Details
-
NONE
static final int NONENo flags set.- See Also:
-
ALLOW_REPLACEMENT
static final int ALLOW_REPLACEMENTAllow another message bus connection to claim the name.- See Also:
-
REPLACE
static final int REPLACEIf 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.- See Also:
-
DO_NOT_QUEUE
static final int DO_NOT_QUEUEIf 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)- See Also:
-