:right-sidebar: True DBusSignalFlags =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.26 .. class:: DBusSignalFlags :no-contents-entry: Flags used when subscribing to signals via :func:`~gi.repository.Gio.DBusConnection.signal_subscribe`. Fields ------ .. rst-class:: interim-class .. class:: DBusSignalFlags :no-index: .. attribute:: MATCH_ARG0_NAMESPACE Match first arguments that contain a bus or interface name with the given namespace. .. attribute:: 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. .. attribute:: NONE No flags set. .. attribute:: 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).