#include <TelepathyQt4/Types>
Public Attributes | |
QString | name |
uint | flags |
QString | signature |
QDBusVariant | defaultValue |
A struct representing an allowed parameter, as returned by GetParameters on the ConnectionManager interface.
QDBusVariant Telepathy::ParamSpec::defaultValue |
The default value (if the Has_Default flag is not present, there is no default and this takes some dummy value, which SHOULD be of the appropriate D-Bus type)
Referenced by TpPrototype::ConnectionFacade::parameterListForConnectionManagerAndProtocol().
A bitwise OR of the parameter flags
Referenced by TpPrototype::ConnectionFacade::parameterListForConnectionManagerAndProtocol().
QString Telepathy::ParamSpec::name |
A string parameter name
Referenced by TpPrototype::ConnectionFacade::parameterListForConnectionManagerAndProtocol().
QString Telepathy::ParamSpec::signature |
A string containing the D-Bus type signature for this parameter