ConnMgrParamFlags
Description:
[ CCode ( cprefix = "TP_CONN_MGR_PARAM_FLAG_" , has_type_id = false ) ]
[ Flags ]
public enum ConnMgrParamFlags
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- DBUS_PROPERTY -
This parameter is also a D-Bus property on the resulting Connection; a
parameter named com.
- HAS_DEFAULT -
This parameter has a default value, which is returned in GetParameters; not providing this
parameter is equivalent to providing the default.
- REGISTER -
This parameter is required for registering an account on the server.
- REQUIRED -
This parameter is required for connecting to the server.
- SECRET -
This parameter should be considered private or secret; for instance, clients should store it in a "password safe" like
gnome-keyring or kwallet, omit it from debug logs, and use a text input widget that hides the value of the parameter.