summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-08-13 14:42:44 +0000
committerSjoerd Simons <Sjoerd Simons sjoerd@luon.net>2008-08-13 19:04:35 +0100
commit726bf638a980a02da6242dca2967ab7dfa203228 (patch)
tree13a3f1c1504628404a8fd95703fa3aeea1778964 /telepathy-glib/contacts-mixin.h
parent88536e520ed2d936cd4284e30233fe492d67d022 (diff)
downloadtelepathy-glib-726bf638a980a02da6242dca2967ab7dfa203228.tar.gz
Rename tp_contacts_mixin_add_inspectable_iface tp_contacts_mixin_add_contact_attributes_iface and update the documentation
20080813144244-93b9a-190521de5b5c0d31e2fb8ef767c07e446b74acf1.gz
Diffstat (limited to 'telepathy-glib/contacts-mixin.h')
-rw-r--r--telepathy-glib/contacts-mixin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/contacts-mixin.h b/telepathy-glib/contacts-mixin.h
index ca79867b8..f365d324f 100644
--- a/telepathy-glib/contacts-mixin.h
+++ b/telepathy-glib/contacts-mixin.h
@@ -99,9 +99,9 @@ void tp_contacts_mixin_finalize (GObject *obj);
void tp_contacts_mixin_iface_init (gpointer g_iface, gpointer iface_data);
-void tp_contacts_mixin_add_inspectable_iface (GObject *obj,
+void tp_contacts_mixin_add_contact_attributes_iface (GObject *obj,
const gchar *interface,
- TpContactsMixinFillContactAttributesFunc fill_attributes);
+ TpContactsMixinFillContactAttributesFunc fill_contact_attributes);
void tp_contacts_mixin_set_contact_attribute (GHashTable *contact_attributes,
TpHandle handle, gchar *attribute, GValue *value);