[next] telepathy-glib: deprecate tp_account(_manager)_is_prepared for 0.24

Simon McVittie smcv at kemper.freedesktop.org
Fri Sep 27 06:23:45 PDT 2013


Module: telepathy-glib
Branch: next
Commit: 8e83a1cbeccea3adb0102f196d2a9f6f3362a2f1
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=8e83a1cbeccea3adb0102f196d2a9f6f3362a2f1

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri Sep 27 15:16:10 2013 +0200

deprecate tp_account(_manager)_is_prepared for 0.24

---

 telepathy-glib/account-manager.h |    2 +-
 telepathy-glib/account.h         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/account-manager.h b/telepathy-glib/account-manager.h
index 84ef78c..6b324c7 100644
--- a/telepathy-glib/account-manager.h
+++ b/telepathy-glib/account-manager.h
@@ -122,7 +122,7 @@ TpAccount * tp_account_manager_create_account_finish (
   G_GNUC_WARN_UNUSED_RESULT;
 
 #ifndef TP_DISABLE_DEPRECATED
-_TP_DEPRECATED_IN_0_22_FOR(tp_proxy_is_prepared)
+_TP_DEPRECATED_IN_0_24_FOR(tp_proxy_is_prepared)
 gboolean tp_account_manager_is_prepared (TpAccountManager *manager,
     GQuark feature);
 
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index 3a0c6c4..253eaba 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -251,7 +251,7 @@ 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)
+_TP_DEPRECATED_IN_0_24_FOR(tp_proxy_is_prepared)
 gboolean tp_account_is_prepared (TpAccount *account, GQuark feature);
 #endif
 



More information about the telepathy-commits mailing list