summaryrefslogtreecommitdiff
path: root/telepathy-glib/basic-proxy-factory.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-07-25 11:23:25 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-07-26 15:05:21 +0200
commit1fd9b082ee7d7e96aea2905e0749482a49e5c345 (patch)
tree69159d484f7a023573eea7e41786df621e6c47dc /telepathy-glib/basic-proxy-factory.h
parentd69d8d8e20dd2061e1bb892534ab338c608eb47a (diff)
downloadtelepathy-glib-1fd9b082ee7d7e96aea2905e0749482a49e5c345.tar.gz
Deprecate Tp{Basic,Automatic}ProxyFactory in favor of Tp{Simple,Automatic}ClientFactory
Add internal wrappers for deprecated functions so we can still use them for compatibility
Diffstat (limited to 'telepathy-glib/basic-proxy-factory.h')
-rw-r--r--telepathy-glib/basic-proxy-factory.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/telepathy-glib/basic-proxy-factory.h b/telepathy-glib/basic-proxy-factory.h
index fc19c3a24..d24d6366d 100644
--- a/telepathy-glib/basic-proxy-factory.h
+++ b/telepathy-glib/basic-proxy-factory.h
@@ -23,6 +23,8 @@
#include <glib-object.h>
+#include <telepathy-glib/defs.h>
+
G_BEGIN_DECLS
typedef struct _TpBasicProxyFactory TpBasicProxyFactory;
@@ -56,9 +58,9 @@ GType tp_basic_proxy_factory_get_type (void);
(G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_BASIC_PROXY_FACTORY, \
TpBasicProxyFactoryClass))
-TpBasicProxyFactory * tp_basic_proxy_factory_new (void);
+TpBasicProxyFactory * tp_basic_proxy_factory_new (void) _TP_GNUC_DEPRECATED;
-TpBasicProxyFactory * tp_basic_proxy_factory_dup (void);
+TpBasicProxyFactory * tp_basic_proxy_factory_dup (void) _TP_GNUC_DEPRECATED;
G_END_DECLS