[Telepathy-commits] [telepathy-gabble/master] Update for the last tp-glib contacts api changes
Sjoerd Simons
sjoerd at luon.net
Wed Aug 13 09:35:07 PDT 2008
20080813163507-93b9a-71f02f1090a75472a31a903b5ee97efbd5779ed2.gz
---
src/conn-aliasing.c | 2 +-
src/conn-avatars.c | 2 +-
src/connection.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/conn-aliasing.c b/src/conn-aliasing.c
index 405b0f1..6665f8d 100644
--- a/src/conn-aliasing.c
+++ b/src/conn-aliasing.c
@@ -1000,7 +1000,7 @@ gabble_connection_get_aliases (TpSvcConnectionInterfaceAliasing *iface,
void
conn_aliasing_init (GabbleConnection *conn)
{
- tp_contacts_mixin_add_inspectable_iface (G_OBJECT (conn),
+ tp_contacts_mixin_add_contact_attributes_iface (G_OBJECT (conn),
TP_IFACE_CONNECTION_INTERFACE_ALIASING,
conn_aliasing_fill_contact_attributes);
}
diff --git a/src/conn-avatars.c b/src/conn-avatars.c
index 2d8dc9f..3571d86 100644
--- a/src/conn-avatars.c
+++ b/src/conn-avatars.c
@@ -864,7 +864,7 @@ conn_avatars_init (GabbleConnection *conn)
g_signal_connect (conn->presence_cache, "avatar-update", G_CALLBACK
(connection_avatar_update_cb), conn);
- tp_contacts_mixin_add_inspectable_iface (G_OBJECT (conn),
+ tp_contacts_mixin_add_contact_attributes_iface (G_OBJECT (conn),
TP_IFACE_CONNECTION_INTERFACE_AVATARS,
conn_avatars_fill_contact_attributes);
}
diff --git a/src/connection.c b/src/connection.c
index 2b03a8d..be6912d 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -248,7 +248,7 @@ gabble_connection_constructor (GType type,
conn_presence_init (self);
conn_olpc_activity_properties_init (self);
- tp_contacts_mixin_add_inspectable_iface (G_OBJECT (self),
+ tp_contacts_mixin_add_contact_attributes_iface (G_OBJECT (self),
TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES,
conn_capabilities_fill_contact_attributes);
--
1.5.6.3
More information about the Telepathy-commits
mailing list