summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-approver.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-08-05 12:46:26 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-08-17 13:20:10 +0200
commit5c198ce94a977f430b898543ce8b8dc53cf74067 (patch)
tree5b32f518f97b7179fa6f459c655a4239ada44e95 /telepathy-glib/simple-approver.h
parent798a3651a1549433290d1c1d7c9163cfafa912ec (diff)
downloadtelepathy-glib-5c198ce94a977f430b898543ce8b8dc53cf74067.tar.gz
Define _TP_GNUC_DEPRECATED_FOR() and use it where appropriate
Diffstat (limited to 'telepathy-glib/simple-approver.h')
-rw-r--r--telepathy-glib/simple-approver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/simple-approver.h b/telepathy-glib/simple-approver.h
index bf3af0408..a03742140 100644
--- a/telepathy-glib/simple-approver.h
+++ b/telepathy-glib/simple-approver.h
@@ -77,7 +77,8 @@ TpBaseClient * tp_simple_approver_new (TpDBusDaemon *dbus,
gboolean uniquify,
TpSimpleApproverAddDispatchOperationImpl callback,
gpointer user_data,
- GDestroyNotify destroy) _TP_GNUC_DEPRECATED;
+ GDestroyNotify destroy)
+ _TP_GNUC_DEPRECATED_FOR (tp_simple_approver_new_with_factory);
TpBaseClient *tp_simple_approver_new_with_am (
TpAccountManager *account_manager,