Value | Meaning |
---|---|
None0 | No flags set. |
DoNotLoadProperties1 | Don't load properties. |
DoNotConnectSignals2 | Don't connect to signals on the remote object. |
DoNotAutoStart4 | If the proxy is for a well-known name, do not ask the bus to launch an owner during proxy initialization or a method call. This flag is only meaningful in proxies for well-known names. |
GetInvalidatedProperties8 | If set, the property value for any __invalidated property__ will be (asynchronously) retrieved upon receiving the `PropertiesChanged` D-Bus signal and the property will not cause emission of the #GDBusProxy::g-properties-changed signal. When the value is received the #GDBusProxy::g-properties-changed signal is emitted for the property along with the retrieved value. Since 2.32. |
DoNotAutoStartAtConstruction16 | If the proxy is for a well-known name, do not ask the bus to launch an owner during proxy initialization, but allow it to be autostarted by a method call. This flag is only meaningful in proxies for well-known names, and only if gio.types.DBusProxyFlags.DoNotAutoStart is not also specified. |
NoMatchRule32 | 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.72) |
Flags used when constructing an instance of a #GDBusProxy derived class.