summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-approver.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-08-02 14:34:57 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-08-02 16:43:17 +0200
commitef8fe8be1a8a631fa406a03fa2db3c54146b0bd5 (patch)
treebf7923ff2ac22d68312b07fac002f5292d2d8b0b /telepathy-glib/simple-approver.c
parent98568941339b7f177c790036fdd20a813398dbc8 (diff)
downloadtelepathy-glib-ef8fe8be1a8a631fa406a03fa2db3c54146b0bd5.tar.gz
Deprecate constructors of TpBaseClient subclasses which do not take a TpAccountManager
Those are misleading, if app created its own TpSimpleClientFactory and is using a TpAccountManager from it, they must pass their AM instead otherwise the default one will be used.
Diffstat (limited to 'telepathy-glib/simple-approver.c')
-rw-r--r--telepathy-glib/simple-approver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/simple-approver.c b/telepathy-glib/simple-approver.c
index 2fd03f24e..a3e5a9892 100644
--- a/telepathy-glib/simple-approver.c
+++ b/telepathy-glib/simple-approver.c
@@ -277,6 +277,7 @@ tp_simple_approver_class_init (TpSimpleApproverClass *cls)
* Returns: (type TelepathyGLib.SimpleApprover): a new #TpSimpleApprover
*
* Since: 0.11.5
+ * Deprecated: New code should use tp_simple_approver_new_with_am() instead.
*/
TpBaseClient *
tp_simple_approver_new (TpDBusDaemon *dbus,