From 4e35e0198e6a21d68f25adfe896f50afa74e3f2b Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 10 Jul 2012 16:18:01 +0200 Subject: 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 a9562be92..5b326194b 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 1983e94be..4bfa1433d 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; * -- cgit v1.2.1