summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/account.h')
-rw-r--r--telepathy-glib/account.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index 851826391..faf2492a2 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -86,7 +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)
+_TP_DEPRECATED_IN_0_20_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;
@@ -110,16 +110,16 @@ TpConnection *tp_account_ensure_connection (TpAccount *account,
const gchar *tp_account_get_display_name (TpAccount *account);
#ifndef TP_DISABLE_DEPRECATED
-_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_account_get_cm_name)
+_TP_DEPRECATED_IN_0_20_FOR(tp_account_get_cm_name)
const gchar *tp_account_get_connection_manager (TpAccount *account);
-_TP_DEPRECATED_IN_UNRELEASED_FOR(tp_account_get_protocol_name)
+_TP_DEPRECATED_IN_0_20_FOR(tp_account_get_protocol_name)
const gchar *tp_account_get_protocol (TpAccount *account);
#endif
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
const gchar *tp_account_get_cm_name (TpAccount *account);
-_TP_AVAILABLE_IN_UNRELEASED
+_TP_AVAILABLE_IN_0_20
const gchar *tp_account_get_protocol_name (TpAccount *account);
const gchar *tp_account_get_service (TpAccount *self);