diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-06 11:46:03 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-09-06 15:48:05 +0100 |
commit | 8f41ddb26198eb6bee7f9019a3955c1623519d28 (patch) | |
tree | 04cee19fcbaf925d658621abc815f2c64e4a1d3b | |
parent | 9f657accda96afcec4da64b6849fb87eb6f21cc0 (diff) |
TpConnection: remove woefully outdated feature list
TpConnection does much, much more than a simple D-Bus proxy now.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r-- | telepathy-glib/connection.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c index e776275ff..66c2182ac 100644 --- a/telepathy-glib/connection.c +++ b/telepathy-glib/connection.c @@ -61,14 +61,6 @@ * #TpConnection objects represent Telepathy instant messaging connections * accessed via D-Bus. * - * Compared with a simple proxy for method calls, they add the following - * features: - * - * <itemizedlist> - * <listitem>connection status tracking</listitem> - * <listitem>calling GetInterfaces() automatically</listitem> - * </itemizedlist> - * * Since: 0.7.1 */ |