summaryrefslogtreecommitdiff
path: root/telepathy-glib/automatic-proxy-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-21 15:21:01 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-21 15:21:01 +0200
commitcddac481f008f7ff90154b84992a137106f72ef9 (patch)
treece78502a1495a1008477eed9a8b0aa3582b21529 /telepathy-glib/automatic-proxy-factory.c
parenta408205d4caa51b147386ee8e3e9338d755bac7a (diff)
downloadtelepathy-glib-cddac481f008f7ff90154b84992a137106f72ef9.tar.gz
rename get_channel_features_ to dup_
Diffstat (limited to 'telepathy-glib/automatic-proxy-factory.c')
-rw-r--r--telepathy-glib/automatic-proxy-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/automatic-proxy-factory.c b/telepathy-glib/automatic-proxy-factory.c
index 7c322b532..46ebdb744 100644
--- a/telepathy-glib/automatic-proxy-factory.c
+++ b/telepathy-glib/automatic-proxy-factory.c
@@ -117,7 +117,7 @@ tp_automatic_proxy_factory_create_channel (
}
static GArray *
-tp_automatic_proxy_factory_get_channel_features (
+tp_automatic_proxy_factory_dup_channel_features (
TpClientChannelFactoryInterface *factory,
TpChannel *channel)
{
@@ -142,7 +142,7 @@ client_proxy_factory_iface_init (gpointer g_iface,
TpClientChannelFactoryInterface *iface = g_iface;
iface->create_channel = tp_automatic_proxy_factory_create_channel;
- iface->get_channel_features = tp_automatic_proxy_factory_get_channel_features;
+ iface->dup_channel_features = tp_automatic_proxy_factory_dup_channel_features;
}
/**