Module: Gio::DBusSignalFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
No flags set.
0 or :none
- NO_MATCH_RULE =
Don'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). 1 or :no_match_rule
- MATCH_ARG0_NAMESPACE =
Match first arguments that
contain a bus or interface name with the given namespace. 2 or :match_arg0_namespace
- MATCH_ARG0_PATH =
Match 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. 4 or :match_arg0_path