Enumeration (GI Flags)

Gio-2.0GioDBusSignalFlagsSince 2.26

Flags used when subscribing to signals via g_dbus_connection_signal_subscribe().

2.26

Index

Enumeration Members

MATCH_ARG0_NAMESPACE: number

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

MATCH_ARG0_PATH: number

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.

NO_MATCH_RULE: number

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

NONE: number

No flags set.