Module: Gio::DBusProxyFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags set.

0 or :none
DO_NOT_LOAD_PROPERTIES =

Don’t load properties.

1 or :do_not_load_properties
DO_NOT_CONNECT_SIGNALS =

Don’t connect to signals on the remote object.

2 or :do_not_connect_signals
DO_NOT_AUTO_START =

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.

4 or :do_not_auto_start
GET_INVALIDATED_PROPERTIES =

If set, the property value for any __invalidated property__ will be (asynchronously) retrieved upon receiving the [‘PropertiesChanged`](dbus.freedesktop.org/doc/dbus-specification.html#standard-interfaces-properties) D-Bus signal and the property will not cause emission of the GDBus::Proxy::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.

8 or :get_invalidated_properties
DO_NOT_AUTO_START_AT_CONSTRUCTION =

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.

16 or :do_not_auto_start_at_construction