summaryrefslogtreecommitdiff
path: root/telepathy-glib/client-channel-factory.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-16 13:10:31 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-03 13:46:41 +0200
commit50fdb9d38694d620dbe49ff00572df1e54454052 (patch)
treea058a7a7c34e8514119e33c3cec444b37af5f212 /telepathy-glib/client-channel-factory.c
parentbe781d63238f4eb55a334508c6073101d01a4ab0 (diff)
downloadtelepathy-glib-50fdb9d38694d620dbe49ff00572df1e54454052.tar.gz
Deprecate tp_account_new(), tp_connection_new() and tp_*_channel_new()
Those proxies should be constructed using TpSimpleClientFactory https://bugs.freedesktop.org/show_bug.cgi?id=49372
Diffstat (limited to 'telepathy-glib/client-channel-factory.c')
-rw-r--r--telepathy-glib/client-channel-factory.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/client-channel-factory.c b/telepathy-glib/client-channel-factory.c
index addfc6fac..c5d3cf46a 100644
--- a/telepathy-glib/client-channel-factory.c
+++ b/telepathy-glib/client-channel-factory.c
@@ -75,6 +75,9 @@
G_DEFINE_INTERFACE(TpClientChannelFactory, tp_client_channel_factory,
G_TYPE_OBJECT)
+/* Deprecated module can use deprecated APIs */
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static void
tp_client_channel_factory_default_init (TpClientChannelFactoryInterface *iface)
{
@@ -165,3 +168,5 @@ tp_client_channel_factory_dup_channel_features (
return arr;
}
+
+G_GNUC_END_IGNORE_DEPRECATIONS