GDBusProxyFlags

Flags used when constructing an instance of a GDBusProxy derived class. G_DBUS_PROXY_FLAGS_NONE No flags set. G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES Don't load properties. G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS Don't connect to signals on the remote object. G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START If not set and the proxy if for a well-known name, then request the bus to launch an owner for the name if no-one owns the name. This flag can only be used in proxies for well-known names. G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES 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. Since 2.26

Values

ValueMeaning
NONE0
DO_NOT_LOAD_PROPERTIES(1 << 0)
DO_NOT_CONNECT_SIGNALS(1 << 1)
DO_NOT_AUTO_START(1 << 2)
GET_INVALIDATED_PROPERTIES(1 << 3)

Meta