GDBusProxyFlags

Flags used when constructing an instance of a gio.DBusProxy derived class.

Values

ValueMeaning
NONE0

No flags set.

DO_NOT_LOAD_PROPERTIES1

Don't load properties.

DO_NOT_CONNECT_SIGNALS2

Don't connect to signals on the remote object.

DO_NOT_AUTO_START4

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.

GET_INVALIDATED_PROPERTIES8

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 g-properties-changed signal. When the value is received the g-properties-changed signal is emitted for the property along with the retrieved value. Since 2.32.

DO_NOT_AUTO_START_AT_CONSTRUCTION16

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 G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is not also specified.

Meta

Since

2.26