Package ch.bailu.gtk.gio
Schnittstelle DBusSignalFlags
public interface DBusSignalFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intMatch first arguments that
contain a bus or interface name with the given namespace.static final intMatch first arguments that
contain an object path that is either equivalent to the given path,
or one of the paths is a subpath of the other.static final intDon't actually send the AddMatch
D-Bus call for this signal subscription.static final intNo flags set.
-
Felddetails
-
NONE
static final int NONENo flags set.- Siehe auch:
-
NO_MATCH_RULE
static final int NO_MATCH_RULEDon't actually send the AddMatch
D-Bus call for this signal subscription. This gives you more control
over which match rules you add (but you must add them manually).- Siehe auch:
-
MATCH_ARG0_NAMESPACE
static final int MATCH_ARG0_NAMESPACEMatch first arguments that
contain a bus or interface name with the given namespace.- Siehe auch:
-
MATCH_ARG0_PATH
static final int MATCH_ARG0_PATHMatch first arguments that
contain an object path that is either equivalent to the given path,
or one of the paths is a subpath of the other.- Siehe auch:
-