diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-05-16 13:10:31 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-03 13:46:41 +0200 |
commit | 50fdb9d38694d620dbe49ff00572df1e54454052 (patch) | |
tree | a058a7a7c34e8514119e33c3cec444b37af5f212 /telepathy-glib/file-transfer-channel.c | |
parent | be781d63238f4eb55a334508c6073101d01a4ab0 (diff) | |
download | telepathy-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/file-transfer-channel.c')
-rw-r--r-- | telepathy-glib/file-transfer-channel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/file-transfer-channel.c b/telepathy-glib/file-transfer-channel.c index db39bff5d..fcf0c6b1d 100644 --- a/telepathy-glib/file-transfer-channel.c +++ b/telepathy-glib/file-transfer-channel.c @@ -1058,6 +1058,7 @@ tp_file_transfer_channel_get_feature_quark_core (void) * Returns: (transfer full): a newly created #TpFileTransferChannel * * Since: 0.15.5 + * Deprecated: Use tp_simple_client_factory_ensure_channel() instead. */ TpFileTransferChannel * tp_file_transfer_channel_new (TpConnection *conn, |