[next] telepathy-glib: Fix some gtk-doc errors

Xavier Claessens xclaesse at kemper.freedesktop.org
Tue Jul 10 07:25:43 PDT 2012


Module: telepathy-glib
Branch: next
Commit: 4e35e0198e6a21d68f25adfe896f50afa74e3f2b
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=4e35e0198e6a21d68f25adfe896f50afa74e3f2b

Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Tue Jul 10 16:18:01 2012 +0200

Fix some gtk-doc errors

---

 telepathy-glib/base-connection-manager.c |    5 -----
 telepathy-glib/base-connection.c         |    6 +++---
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/telepathy-glib/base-connection-manager.c b/telepathy-glib/base-connection-manager.c
index a9562be..5b32619 100644
--- a/telepathy-glib/base-connection-manager.c
+++ b/telepathy-glib/base-connection-manager.c
@@ -209,11 +209,6 @@ _tp_legacy_protocol_new (TpBaseConnectionManager *cm,
  *  D-Bus object paths and bus names. Must contain only letters, digits
  *  and underscores, and may not start with a digit. Must be filled in by
  *  subclasses in their class_init function.
- * @protocol_params: An array of #TpCMProtocolSpec structures representing
- *  the protocols this connection manager supports, terminated by a structure
- *  whose name member is %NULL; or %NULL if this CM uses Protocol objects.
- * @new_connection: A #TpBaseConnectionManagerNewConnFunc used to construct
- *  new connections, or %NULL if this CM uses Protocol objects.
  * @get_interfaces: Returns a #GPtrArray of static strings of extra
  *  D-Bus interfaces implemented by instances of this class, which may be
  *  filled in by subclasses. The default is to list no additional interfaces.
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 1983e94..4bfa143 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -122,8 +122,8 @@
  */
 
 /**
- * TpBaseChannelGetInterfacesImpl:
- * @chan: a channel
+ * TpBaseConnectionGetInterfacesImpl:
+ * @self: a #TpBaseConnection
  *
  * Signature of an implementation of
  * #TpBaseConnectionClass.get_interfaces_always_present virtual
@@ -134,7 +134,7 @@
  *
  * |[
  * static GPtrArray *
- * my_channel_get_interfaces_always_present (TpBaseConnection *self)
+ * my_connection_get_interfaces_always_present (TpBaseConnection *self)
  * {
  *   GPtrArray *interfaces;
  *



More information about the telepathy-commits mailing list