summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-08-12 09:34:36 +0000
committerJonny Lamb <jonnylamb@jonnylamb.com>2008-08-13 15:07:25 +0100
commit69f34dd8bced93dde872b1978192910bdddf5084 (patch)
tree57a423cd10a5642db25ae3ed5dc312ff4b9af963 /telepathy-glib/contacts-mixin.c
parent93f8010fd497374590cc7a5df6c5a761b894e43a (diff)
downloadtelepathy-glib-69f34dd8bced93dde872b1978192910bdddf5084.tar.gz
ContactsMixin: Rename GetAttributeFunc to FilLContactAttributes
20080812093436-93b9a-502248b3596e69f323588abb866aa25f9ac33ffb.gz
Diffstat (limited to 'telepathy-glib/contacts-mixin.c')
-rw-r--r--telepathy-glib/contacts-mixin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index 92416b39c..afa8f927e 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -309,7 +309,7 @@ tp_contacts_mixin_get_contact_attributes (
for (i = 0; interfaces[i] != NULL; i++)
{
- TpContactsMixinGetAttributesFunc func;
+ TpContactsMixinFillContactAttributesFunc func;
func = g_hash_table_lookup (self->priv->interfaces, interfaces[i]);
@@ -361,7 +361,7 @@ tp_contacts_mixin_iface_init (gpointer g_iface, gpointer iface_data)
void
tp_contacts_mixin_add_inspectable_iface (GObject *obj, const gchar *interface,
- TpContactsMixinGetAttributesFunc get_attributes)
+ TpContactsMixinFillContactAttributesFunc get_attributes)
{
TpContactsMixin *self = TP_CONTACTS_MIXIN (obj);