summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-observer.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-observer.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-observer.c')
-rw-r--r--telepathy-glib/simple-observer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/simple-observer.c b/telepathy-glib/simple-observer.c
index 81b0a5e69..b0e673994 100644
--- a/telepathy-glib/simple-observer.c
+++ b/telepathy-glib/simple-observer.c
@@ -303,6 +303,7 @@ tp_simple_observer_class_init (TpSimpleObserverClass *cls)
* Returns: (type TelepathyGLib.SimpleObserver): a new #TpSimpleObserver
*
* Since: 0.11.5
+ * Deprecated: New code should use tp_simple_observer_new_with_am() instead.
*/
TpBaseClient *
tp_simple_observer_new (TpDBusDaemon *dbus,