summaryrefslogtreecommitdiff
path: root/telepathy-glib/account.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-19 13:11:10 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-19 13:55:06 +0200
commit7dca869db9cfe8105757e4ba3c4120f84c5e4c3d (patch)
treeea2f95333a5cca03f5e82b2b35212cf20ebb2770 /telepathy-glib/account.h
parentc949b7a725970d155e6b14e44bfa15fd5511af50 (diff)
downloadtelepathy-glib-7dca869db9cfe8105757e4ba3c4120f84c5e4c3d.tar.gz
deprecate tp_account_prepare_{async,finish}
Diffstat (limited to 'telepathy-glib/account.h')
-rw-r--r--telepathy-glib/account.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/telepathy-glib/account.h b/telepathy-glib/account.h
index ee43ea361..8d3851c63 100644
--- a/telepathy-glib/account.h
+++ b/telepathy-glib/account.h
@@ -214,11 +214,14 @@ const GArray *tp_account_get_avatar_finish (TpAccount *account,
gboolean tp_account_is_prepared (TpAccount *account, GQuark feature);
-void tp_account_prepare_async (TpAccount *account, const GQuark *features,
- GAsyncReadyCallback callback, gpointer user_data);
+void tp_account_prepare_async (TpAccount *account,
+ const GQuark *features,
+ GAsyncReadyCallback callback,
+ gpointer user_data) _TP_GNUC_DEPRECATED_FOR (tp_proxy_prepare_async);
-gboolean tp_account_prepare_finish (TpAccount *account, GAsyncResult *result,
- GError **error);
+gboolean tp_account_prepare_finish (TpAccount *account,
+ GAsyncResult *result,
+ GError **error) _TP_GNUC_DEPRECATED_FOR (tp_proxy_prepare_finish);
void tp_account_set_avatar_async (TpAccount *self,
const guchar *avatar,