Flags used when subscribing to signals via g_dbus_connection_signal_subscribe().
G_DBUS_SIGNAL_FLAGS_NONE
No flags set.
G_DBUS_SIGNAL_FLAGS_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).
Since 2.26
Flags used when subscribing to signals via g_dbus_connection_signal_subscribe(). G_DBUS_SIGNAL_FLAGS_NONE No flags set. G_DBUS_SIGNAL_FLAGS_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). Since 2.26