GDBusSignalFlags

Flags used when subscribing to signals via gio.dbus_connection.DBusConnection.signalSubscribe.

Values

ValueMeaning
None0

No flags set.

NoMatchRule1

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).

MatchArg0Namespace2

Match first arguments that contain a bus or interface name with the given namespace.

MatchArg0Path4

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.