Package ch.bailu.gtk.gio
Interface DBusCallFlags
public interface DBusCallFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intthe 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 method
invocation.static final intNo flags set.
-
Field Details
-
NONE
static final int NONENo flags set.- See Also:
-
NO_AUTO_START
static final int NO_AUTO_STARTThe bus must not launch
an owner for the destination name in response to this method
invocation.- See Also:
-
ALLOW_INTERACTIVE_AUTHORIZATION
static final int ALLOW_INTERACTIVE_AUTHORIZATIONthe caller is prepared to
wait for interactive authorization. Since 2.46.- See Also:
-