summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-18 20:02:12 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-23 10:00:38 +0200
commit34e26d7b904443d8421c606923aa01728fb8898c (patch)
tree1c0dafa2d203ef8645f8bad10858e99daf18eea6 /telepathy-glib/account.h
parent951c6fcf9292f451d3bd977dc90a01444db2c9f5 (diff)
Deprecate tp_account_parse_object_path()
https://bugs.freedesktop.org/show_bug.cgi?id=49372
Diffstat (limited to 'telepathy-glib/account.h')
-rw-r--r--telepathy-glib/account.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index 4a25f62ce..d1f568486 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -85,8 +85,11 @@ GQuark tp_account_get_feature_quark_addressing (void) G_GNUC_CONST;
TpAccount *tp_account_new (TpDBusDaemon *bus_daemon, const gchar *object_path,
GError **error) G_GNUC_WARN_UNUSED_RESULT;
+#ifndef TP_DISABLE_DEPRECATED
+_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_account_get_protocol)
gboolean tp_account_parse_object_path (const gchar *object_path,
gchar **cm, gchar **protocol, gchar **account_id, GError **error);
+#endif
const gchar *tp_account_get_path_suffix (TpAccount *account);
void tp_account_init_known_interfaces (void);