[Telepathy-commits] [telepathy-gabble/master] Connection: s/_get_contact_attributes/_fill_contact_attributes for more consistency
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Tue Aug 12 03:17:15 PDT 2008
20080812101715-b58c9-9ef601b4dcd325bc28c4b27ff64e99b9c021b2c0.gz
---
src/connection.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/connection.c b/src/connection.c
index 9dfc5cc..2b03a8d 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -72,7 +72,7 @@ static guint disco_reply_timeout = 5000;
static void conn_service_iface_init (gpointer, gpointer);
static void capabilities_service_iface_init (gpointer, gpointer);
-static void conn_capabilities_get_contact_attributes (GObject *obj,
+static void conn_capabilities_fill_contact_attributes (GObject *obj,
const GArray *contacts, GHashTable *attributes_hash);
G_DEFINE_TYPE_WITH_CODE(GabbleConnection,
@@ -250,7 +250,7 @@ gabble_connection_constructor (GType type,
tp_contacts_mixin_add_inspectable_iface (G_OBJECT (self),
TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES,
- conn_capabilities_get_contact_attributes);
+ conn_capabilities_fill_contact_attributes);
self->bytestream_factory = gabble_bytestream_factory_new (self);
@@ -2299,8 +2299,8 @@ gabble_connection_get_handle_capabilities (GabbleConnection *self,
static void
-conn_capabilities_get_contact_attributes (GObject *obj, const GArray *contacts,
- GHashTable *attributes_hash)
+conn_capabilities_fill_contact_attributes (GObject *obj,
+ const GArray *contacts, GHashTable *attributes_hash)
{
GabbleConnection *self = GABBLE_CONNECTION (obj);
guint i;
--
1.5.6.3
More information about the Telepathy-commits
mailing list