DBusProxyFlags
Description:
[ Flags ]
public enum DBusProxyFlags
Flags used when constructing an instance of a DBusProxy derived class.
Content:
Enum values:
- NONE - No flags set.
- DO_NOT_LOAD_PROPERTIES -
Don't load properties.
- DO_NOT_CONNECT_SIGNALS -
Don't connect to signals on the remote object.
- 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.
- GET_INVALIDATED_PROPERTIES -
If set, the property value for any <emphasis>invalidated property</emphasis> will be (
asynchronously) retrieved upon receiving the <ulink url="http://dbus.
- 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.