summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
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/account.h
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/account.h')
-rw-r--r--telepathy-glib/account.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index 88e32bc52..851826391 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -86,6 +86,7 @@ GQuark tp_account_get_feature_quark_connection (void) G_GNUC_CONST;
GQuark tp_account_get_feature_quark_storage (void) G_GNUC_CONST;
GQuark tp_account_get_feature_quark_addressing (void) G_GNUC_CONST;
+_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_simple_client_factory_ensure_account)
TpAccount *tp_account_new (TpDBusDaemon *bus_daemon, const gchar *object_path,
GError **error) G_GNUC_WARN_UNUSED_RESULT;