From 9f24e7d341c585c6a53e67b151a438135c296c63 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Sep 2013 12:00:42 +0100 Subject: [PATCH 11/19] TpCDO, TpChannelRequest: mention that they should come from "larger" objects --- telepathy-glib/channel-dispatch-operation.c | 3 +++ telepathy-glib/channel-request.c | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c index edd2017..59a83a5 100644 --- a/telepathy-glib/channel-dispatch-operation.c +++ b/telepathy-glib/channel-dispatch-operation.c @@ -99,6 +99,9 @@ * channel dispatch operations for any undispatched channels, and the approver * will be notified again. * + * Creating a #TpChannelDispatchOperation directly is deprecated: it + * should only be created via a #TpBaseClient. + * * Since: 0.7.32 */ diff --git a/telepathy-glib/channel-request.c b/telepathy-glib/channel-request.c index fd4567f..a4ef42c 100644 --- a/telepathy-glib/channel-request.c +++ b/telepathy-glib/channel-request.c @@ -79,6 +79,10 @@ * signal will be emitted with the domain %TP_DBUS_ERRORS and the error code * %TP_DBUS_ERROR_NAME_OWNER_LOST. * + * Creating a #TpChannelRequest directly is deprecated: it + * should only be created via a #TpAccountChannelRequest + * or a #TpBaseClient. + * * Since: 0.7.32 */ -- 1.8.4.rc3