DBusSignalFlags
Description:
[ CCode ( cprefix = "G_DBUS_SIGNAL_FLAGS_" , type_id = "g_dbus_signal_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "2.26" ) ]
public enum DBusSignalFlags
Content:
Enum values:
- MATCH_ARG0_NAMESPACE -
Match first arguments that contain a bus or interface name with the given 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.
- NONE - No flags set.
- NO_MATCH_RULE - Don't actually
send the AddMatch D-Bus call for this signal subscription.