summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-10 16:18:01 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-10 16:18:01 +0200
commit4e35e0198e6a21d68f25adfe896f50afa74e3f2b (patch)
tree4264bf1e2a9219a465ae8dbb8ef9b358beccaa4f
parent932a5758b82c9440d482694e66a80b0dcabba561 (diff)
downloadtelepathy-glib-4e35e0198e6a21d68f25adfe896f50afa74e3f2b.tar.gz
Fix some gtk-doc errors
-rw-r--r--telepathy-glib/base-connection-manager.c5
-rw-r--r--telepathy-glib/base-connection.c6
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;
*