summaryrefslogtreecommitdiff
path: root/telepathy-glib/observe-channels-context.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-12 14:48:23 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-12 15:21:00 +0200
commitaec41c5bb1b9c54543c045ed5cee27046a65d84c (patch)
tree4f465492867b4c8ce1fc7077825ef5c93cc86463 /telepathy-glib/observe-channels-context.c
parentfb293f7fd966fe4512d776cd13c07800038e8610 (diff)
downloadtelepathy-glib-aec41c5bb1b9c54543c045ed5cee27046a65d84c.tar.gz
rename channel_prepare_cb to make debug clearer
Diffstat (limited to 'telepathy-glib/observe-channels-context.c')
-rw-r--r--telepathy-glib/observe-channels-context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/observe-channels-context.c b/telepathy-glib/observe-channels-context.c
index f9fb0e6e7..7488ae11b 100644
--- a/telepathy-glib/observe-channels-context.c
+++ b/telepathy-glib/observe-channels-context.c
@@ -577,7 +577,7 @@ out:
}
static void
-channel_prepare_cb (GObject *source,
+occ_channel_prepare_cb (GObject *source,
GAsyncResult *result,
gpointer user_data)
{
@@ -623,7 +623,7 @@ context_prepare (TpObserveChannelsContext *self)
self->priv->num_pending++;
tp_proxy_prepare_async (channel, channel_features,
- channel_prepare_cb, g_object_ref (self));
+ occ_channel_prepare_cb, g_object_ref (self));
}
}