summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.h
diff options
context:
space:
mode:
authorEitan Isaacson <eitan@monotonous.org>2010-09-22 00:29:31 -0700
committerEitan Isaacson <eitan@monotonous.org>2010-09-22 00:42:57 -0700
commitccab5f418c54d20911d6d5507b90140c08c9dc45 (patch)
treea290d51181c19a98c4d633e8c76dd9a6d1cd46d6 /telepathy-glib/contacts-mixin.h
parent72ac0568809d06d6b0e9a8e5575a343a84d44539 (diff)
downloadtelepathy-glib-ccab5f418c54d20911d6d5507b90140c08c9dc45.tar.gz
Add assumed interfaces argument to tp_contacts_mixin_get_contact_attributes.
Diffstat (limited to 'telepathy-glib/contacts-mixin.h')
-rw-r--r--telepathy-glib/contacts-mixin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/contacts-mixin.h b/telepathy-glib/contacts-mixin.h
index 92d14215a..ff72a11e9 100644
--- a/telepathy-glib/contacts-mixin.h
+++ b/telepathy-glib/contacts-mixin.h
@@ -107,7 +107,8 @@ void tp_contacts_mixin_set_contact_attribute (GHashTable *contact_attributes,
TpHandle handle, const gchar *attribute, GValue *value);
GHashTable *tp_contacts_mixin_get_contact_attributes (GObject *obj,
- const GArray *handles, const gchar **interfaces, const gchar *sender);
+ const GArray *handles, const gchar **interfaces, const gchar **assumed_interfaces,
+ const gchar *sender);
G_END_DECLS