telepathy-glib: TpChannelDispatchOperation, TpChannelRequest: remove boilerplate
Simon McVittie
smcv at kemper.freedesktop.org
Fri Sep 6 08:09:12 PDT 2013
Module: telepathy-glib
Branch: master
Commit: 9f657accda96afcec4da64b6849fb87eb6f21cc0
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=9f657accda96afcec4da64b6849fb87eb6f21cc0
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri Sep 6 11:45:22 2013 +0100
TpChannelDispatchOperation, TpChannelRequest: remove boilerplate
This text made sense before we implemented more stuff, but is
obsolete now.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
telepathy-glib/channel-dispatch-operation.c | 4 ----
telepathy-glib/channel-request.c | 9 ---------
2 files changed, 0 insertions(+), 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
*/
More information about the telepathy-commits
mailing list