Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Connection.Interface.Contact.Info. More...
#include <TelepathyQt/BaseConnection>
Inherits Tp::AbstractConnectionInterface.
Base class for implementations of Connection.Interface.Contact.Info.
typedef Callback2<Tp::ContactInfoMap, const Tp::UIntList &, DBusError*> Tp::BaseConnectionContactInfoInterface::GetContactInfoCallback |
typedef Callback2<void, const Tp::UIntList &, DBusError*> Tp::BaseConnectionContactInfoInterface::RefreshContactInfoCallback |
typedef Callback2<Tp::ContactInfoFieldList, uint, DBusError*> Tp::BaseConnectionContactInfoInterface::RequestContactInfoCallback |
typedef Callback2<void, const Tp::ContactInfoFieldList &, DBusError*> Tp::BaseConnectionContactInfoInterface::SetContactInfoCallback |
Class destructor.
Class constructor.
static BaseConnectionContactInfoInterfacePtr Tp::BaseConnectionContactInfoInterface::create | ( | ) | [inline, static] |
static SharedPtr<BaseConnectionContactInfoInterfaceSubclass> Tp::BaseConnectionContactInfoInterface::create | ( | ) | [inline, static] |
QVariantMap Tp::BaseConnectionContactInfoInterface::immutableProperties | ( | ) | const [virtual] |
Return the immutable properties of this interface.
Immutable properties cannot change after the interface has been registered on a service on the bus with registerInterface().
Implements Tp::AbstractDBusServiceInterface.
void Tp::BaseConnectionContactInfoInterface::setContactInfoFlags | ( | const Tp::ContactInfoFlags & | contactInfoFlags | ) |
void Tp::BaseConnectionContactInfoInterface::setSupportedFields | ( | const Tp::FieldSpecs & | supportedFields | ) |
void Tp::BaseConnectionContactInfoInterface::setGetContactInfoCallback | ( | const GetContactInfoCallback & | cb | ) |
Tp::ContactInfoMap Tp::BaseConnectionContactInfoInterface::getContactInfo | ( | const Tp::UIntList & | contacts, |
DBusError * | error | ||
) |
void Tp::BaseConnectionContactInfoInterface::setRefreshContactInfoCallback | ( | const RefreshContactInfoCallback & | cb | ) |
void Tp::BaseConnectionContactInfoInterface::refreshContactInfo | ( | const Tp::UIntList & | contacts, |
DBusError * | error | ||
) |
void Tp::BaseConnectionContactInfoInterface::setRequestContactInfoCallback | ( | const RequestContactInfoCallback & | cb | ) |
Tp::ContactInfoFieldList Tp::BaseConnectionContactInfoInterface::requestContactInfo | ( | uint | contact, |
DBusError * | error | ||
) |
void Tp::BaseConnectionContactInfoInterface::setSetContactInfoCallback | ( | const SetContactInfoCallback & | cb | ) |
void Tp::BaseConnectionContactInfoInterface::setContactInfo | ( | const Tp::ContactInfoFieldList & | contactInfo, |
DBusError * | error | ||
) |
void Tp::BaseConnectionContactInfoInterface::contactInfoChanged | ( | uint | contact, |
const Tp::ContactInfoFieldList & | contactInfo | ||
) |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |