summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorVolker Sobek <reklov@live.com>2014-04-16 23:56:02 +0200
committerVolker Sobek <reklov@live.com>2014-04-24 13:42:37 +0200
commit44415953783f5ea880ce90e21a7eaea280f99f1c (patch)
tree94dbd9d6cc13e14b57f38de478ed214f29002967 /gobject
parent99b67614b796976253bbbdda1b4fd06acda01a90 (diff)
docs: Remove <!-- --> comment before plural s
These did show up in the html. Since symbol names are checked for a trailing plural s when generating the docs, the links stay functional after removing these comments. https://bugzilla.gnome.org/show_bug.cgi?id=728380
Diffstat (limited to 'gobject')
-rw-r--r--gobject/gclosure.h2
-rw-r--r--gobject/gtype.h2
-rw-r--r--gobject/gvaluecollector.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gobject/gclosure.h b/gobject/gclosure.h
index 2142bd99f..1cc609eac 100644
--- a/gobject/gclosure.h
+++ b/gobject/gclosure.h
@@ -102,7 +102,7 @@ typedef void (*GClosureNotify) (gpointer data,
* value.
* @n_param_values: the length of the @param_values array
* @param_values: (array length=n_param_values): an array of
- * #GValue<!-- -->s holding the arguments on which to invoke the
+ * #GValues holding the arguments on which to invoke the
* callback of @closure
* @invocation_hint: (allow-none): the invocation hint given as the
* last argument to g_closure_invoke()
diff --git a/gobject/gtype.h b/gobject/gtype.h
index 50fab2b30..8ceeb9637 100644
--- a/gobject/gtype.h
+++ b/gobject/gtype.h
@@ -926,7 +926,7 @@ typedef void (*GInterfaceFinalizeFunc) (gpointer g_iface,
* whether they actually want to cache the class of this type, since all
* classes are routed through the same #GTypeClassCacheFunc chain.
*
- * Returns: %TRUE to stop further #GTypeClassCacheFunc<!-- -->s from being
+ * Returns: %TRUE to stop further #GTypeClassCacheFuncs from being
* called, %FALSE to continue.
*/
typedef gboolean (*GTypeClassCacheFunc) (gpointer cache_data,
diff --git a/gobject/gvaluecollector.h b/gobject/gvaluecollector.h
index 1e488b4e5..11a1ad81a 100644
--- a/gobject/gvaluecollector.h
+++ b/gobject/gvaluecollector.h
@@ -244,7 +244,7 @@ G_STMT_START { \
/**
* G_VALUE_COLLECT_FORMAT_MAX_LENGTH:
*
- * The maximal number of #GTypeCValue<!-- -->s which can be collected for a
+ * The maximal number of #GTypeCValues which can be collected for a
* single #GValue.
*/
#define G_VALUE_COLLECT_FORMAT_MAX_LENGTH (8)