Home · All Classes · All Namespaces · Modules · Functions · Files |
#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)
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |