[Pkg-telepathy-commits] [telepathy-glib] 20/111: deprecate tp_account(_manager)_is_prepared for 0.24

Simon McVittie smcv at debian.org
Wed Mar 19 18:07:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib.

commit 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib.git



More information about the Pkg-telepathy-commits mailing list