Package ch.bailu.gtk.gio
Schnittstelle DBusMessageFlags
public interface DBusMessageFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intIf set on a method
call, this flag means that the caller is prepared to wait for interactive
authorization.static final intThe bus must not launch an
owner for the destination name in response to this message.static final intA reply is not expected.static final intNo flags set.
-
Felddetails
-
NONE
static final int NONENo flags set.- Siehe auch:
-
NO_REPLY_EXPECTED
static final int NO_REPLY_EXPECTEDA reply is not expected.- Siehe auch:
-
NO_AUTO_START
static final int NO_AUTO_STARTThe bus must not launch an
owner for the destination name in response to this message.- Siehe auch:
-
ALLOW_INTERACTIVE_AUTHORIZATION
static final int ALLOW_INTERACTIVE_AUTHORIZATIONIf set on a method
call, this flag means that the caller is prepared to wait for interactive
authorization. Since 2.46.- Siehe auch:
-