summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 15:08:04 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 15:08:04 +0200
commit419de7023bc42c1c5fa7cab3a9bea7e62869d671 (patch)
treea768c4d6e977a769bd7c58bedcbee1be06fad91a /telepathy-glib/account.h
parent523dca7d96d328a92c940be5cb4550e8d72cef6d (diff)
downloadtelepathy-glib-419de7023bc42c1c5fa7cab3a9bea7e62869d671.tar.gz
deprecate tp_account_is_prepared()
It's obsolete since a while and we removed it in 1.0.
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 faf2492a2..3a0c6c440 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -250,7 +250,10 @@ void tp_account_get_avatar_async (TpAccount *account,
const GArray *tp_account_get_avatar_finish (TpAccount *account,
GAsyncResult *result, GError **error);
+#ifndef TP_DISABLE_DEPRECATED
+_TP_DEPRECATED_IN_0_22_FOR(tp_proxy_is_prepared)
gboolean tp_account_is_prepared (TpAccount *account, GQuark feature);
+#endif
#ifndef TP_DISABLE_DEPRECATED
_TP_DEPRECATED_IN_0_16_FOR (tp_proxy_prepare_async)