summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-27 19:56:45 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-27 20:21:06 +0100
commit20c611d373fddd647d76bee51710a6e0579c9fc1 (patch)
tree30e6f977fbd2555c62f0087e843922ed9f851ec8 /telepathy-glib/contacts-mixin.c
parent0a0ebe5bfabbe3304ff0f1dc7a1ac47361a8b2ca (diff)
downloadtelepathy-glib-20c611d373fddd647d76bee51710a6e0579c9fc1.tar.gz
Document tp_contacts_mixin_get_contact_attributes better
Diffstat (limited to 'telepathy-glib/contacts-mixin.c')
-rw-r--r--telepathy-glib/contacts-mixin.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index f1d68f5be..e73feafe1 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -268,8 +268,12 @@ tp_contacts_mixin_finalize (GObject *obj)
* @obj: A connection instance that uses this mixin. The connection must be connected.
* @handles: List of handles to retrieve contacts for. Any invalid handles will be
* dropped from the returned mapping.
- * @interfaces: A list of interfaces to retrieve attributes for. The Connection
- * interface will always be included.
+ * @interfaces: A list of interfaces to retrieve attributes from.
+ * @assumed_interfaces: A list of additional interfaces to retrieve attributes
+ * from. This can be used for interfaces documented as automatically included,
+ * like %TP_IFACE_CONNECTION for GetContactAttributes,
+ * or %TP_IFACE_CONNECTION and %TP_IFACE_CONNECTION_CONTACT_LIST for
+ * GetContactListAttributes.
* @sender: The DBus client's unique name. If this is not NULL, the requested handles
* will be held on behalf of this client.
*