Package ch.bailu.gtk.gio
Schnittstelle BusNameOwnerFlags
public interface BusNameOwnerFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
NONE
static final int NONENo flags set.- Siehe auch:
-
ALLOW_REPLACEMENT
static final int ALLOW_REPLACEMENTAllow another message bus connection to claim the name.- Siehe auch:
-
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.- Siehe auch:
-
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)- Siehe auch:
-