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. Since 2.26

Values

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

Meta