From 24ff0727b87221bc3c1613a8428cebf6901a4591 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Sep 2013 11:45:22 +0100 Subject: [PATCH 07/19] TpChannelDispatchOperation, TpChannelRequest: remove boilerplate This text made sense before we implemented more stuff, but is obsolete now. --- telepathy-glib/channel-dispatch-operation.c | 4 ---- telepathy-glib/channel-request.c | 9 --------- 2 files changed, 13 deletions(-) diff --git a/telepathy-glib/channel-dispatch-operation.c b/telepathy-glib/channel-dispatch-operation.c index 92e2940..edd2017 100644 --- a/telepathy-glib/channel-dispatch-operation.c +++ b/telepathy-glib/channel-dispatch-operation.c @@ -99,10 +99,6 @@ * channel dispatch operations for any undispatched channels, and the approver * will be notified again. * - * This proxy is usable but incomplete: accessors for the D-Bus properties will - * be added in a later version of telepathy-glib, along with a mechanism - * similar to tp_connection_call_when_ready(). - * * Since: 0.7.32 */ diff --git a/telepathy-glib/channel-request.c b/telepathy-glib/channel-request.c index c0b0c4b..fd4567f 100644 --- a/telepathy-glib/channel-request.c +++ b/telepathy-glib/channel-request.c @@ -79,15 +79,6 @@ * signal will be emitted with the domain %TP_DBUS_ERRORS and the error code * %TP_DBUS_ERROR_NAME_OWNER_LOST. * - * This proxy is usable but incomplete: accessors for the Account, - * UserActionTime, PreferredHandler, Requests and Interfaces properties will - * be added in a later version of telepathy-glib, along with a mechanism - * similar to tp_connection_call_when_ready(). - * - * Until suitable convenience methods are implemented, the generic - * tp_cli_dbus_properties_call_get_all() method can be used to get those - * properties. - * * Since: 0.7.32 */ -- 1.8.4.rc3