summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-request.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/channel-request.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/channel-request.h')
-rw-r--r--telepathy-glib/channel-request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/channel-request.h b/telepathy-glib/channel-request.h
index 9d31e6683..c3f0b7614 100644
--- a/telepathy-glib/channel-request.h
+++ b/telepathy-glib/channel-request.h
@@ -73,7 +73,7 @@ TpChannelRequest *tp_channel_request_new (TpDBusDaemon *bus_daemon,
void tp_channel_request_init_known_interfaces (void);
void tp_channel_request_set_channel_factory (TpChannelRequest *self,
- TpClientChannelFactory *factory);
+ TpClientChannelFactory *factory) _TP_GNUC_DEPRECATED;
const GHashTable * tp_channel_request_get_immutable_properties (
TpChannelRequest *self);