[Telepathy-commits] [telepathy-qt4/master] Connection: be consistent about the name of the first parameter to getContactAttributes
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Feb 24 03:11:33 PST 2009
The implementation and docs call it "handles", so make the header match.
---
TelepathyQt4/Client/connection.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/Client/connection.h b/TelepathyQt4/Client/connection.h
index 87f3d2f..38033bf 100644
--- a/TelepathyQt4/Client/connection.h
+++ b/TelepathyQt4/Client/connection.h
@@ -167,7 +167,7 @@ public:
PendingHandles *referenceHandles(uint handleType, const UIntList &handles);
- PendingContactAttributes *getContactAttributes(const UIntList &contacts,
+ PendingContactAttributes *getContactAttributes(const UIntList &handles,
const QStringList &interfaces, bool reference = true);
QStringList contactAttributeInterfaces() const;
ContactManager *contactManager() const;
--
1.5.6.5
More information about the telepathy-commits
mailing list