Home · All Classes · All Namespaces · Modules · Functions · Files
Public Member Functions
Tp::PendingContactAttributes Class Reference

The PendingContactAttributes class represents the parameters of and the reply to an asynchronous request for raw contact attributes, as used in the ConnectionLowlevel::contactAttributes() low-level convenience method wrapping the Client::ConnectionInterfaceContactsInterface::GetContactAttributes() D-Bus method. More...

#include <TelepathyQt/PendingContactAttributes>

Inherits Tp::PendingOperation.

List of all members.

Public Member Functions


Detailed Description

The PendingContactAttributes class represents the parameters of and the reply to an asynchronous request for raw contact attributes, as used in the ConnectionLowlevel::contactAttributes() low-level convenience method wrapping the Client::ConnectionInterfaceContactsInterface::GetContactAttributes() D-Bus method.

See Asynchronous Object Model


Constructor & Destructor Documentation

Class destructor.


Member Function Documentation

Return the connection through which the request was made.

Returns:
A pointer to the Connection object.

Return the contacts for which attributes were requested.

Returns:
Reference to a list with the handles of the contacts.

Return the interfaces the corresponding attributes of which were requested.

Returns:
Reference to a list of D-Bus interface names.

Return whether it was requested that the contact handles should be referenced in addition to fetching their attributes. This corresponds to the reference argument to Connection::contactAttributes().

Returns:
Whether the handles should be referenced or not.

If referencing the handles was requested (as indicated by shouldReference()), returns the now-referenced handles resulting from the operation. If the operation has not (yet) finished successfully (isFinished() returns false), or referencing was not requested, the return value is undefined.

Even if referencing was requested, the list will not always contain all of the handles in contactsRequested(), only the ones which were valid. The valid handles will be in the same order as in contactsRequested(), though.

Returns:
ReferencedHandles instance containing the handles.

Return the handles which were found to be invalid while processing the operation. If the operation has not (yet) finished successfully (isFinished() returns false), the return value is undefined.

Returns:
A list with the invalid handles.

Return a dictionary mapping the valid contact handles in contactsRequested() (when also referencing, this means the contents of validHandles()) to contact attributes. If the operation has not (yet) finished successfully (isFinished() returns false), the return value is undefined.

Returns:
Mapping from handles to variant maps containing the attributes.


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.3