Home · Modules · All Classes · All Namespaces |
#include <TelepathyQt/Types>
Public Attributes | |
QString | name |
uint | flags |
QString | signature |
QDBusVariant | defaultValue |
Structure type generated from the specification.
A struct representing an allowed parameter, as returned by GetParameters on the ConnectionManager interface.
QString Tp::ParamSpec::name |
A string parameter name
uint Tp::ParamSpec::flags |
A bitwise OR of the parameter flags
QString Tp::ParamSpec::signature |
A string containing the D-Bus type signature for this parameter
QDBusVariant Tp::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)
TelepathyQt 0.9.8 | Generated by 1.8.15 |