Use file-names from the section file for SECTION: comments.
authorStefan Kost <stefkost@src.gnome.org>
Sat, 21 Jun 2008 12:57:06 +0000 (12:57 +0000)
committerStefan Kost <stefkost@src.gnome.org>
Sat, 21 Jun 2008 12:57:06 +0000 (12:57 +0000)
* gobject/gboxed.c:
* gobject/gclosure.c:
* gobject/genums.c:
* gobject/gvalue.c:
  Use file-names from the section file for SECTION: comments.

svn path=/trunk/; revision=7072

ChangeLog
gobject/gboxed.c
gobject/gclosure.c
gobject/genums.c
gobject/gvalue.c

index 91e5e658d3047ef74708b93d264bd83edd67561a..cddaba6b90b473f021abb685b7f192abfcf772bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-21  Stefan Kost  <ensonic@users.sf.net>
+
+       * gobject/gboxed.c:
+       * gobject/gclosure.c:
+       * gobject/genums.c:
+       * gobject/gvalue.c:
+         Use file-names from the section file for SECTION: comments.
+
 2008-06-21  Stefan Kost  <ensonic@users.sf.net>
 
        * docs/reference/gobject/tmpl/generic_values.sgml:
index a4b09df00fab9805ed1f57a84299271399ac9db5..1485f73166442b40d44652d3e2116f92c5e2c132 100644 (file)
@@ -17,7 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 /**
- * SECTION:GBoxed
+ * SECTION:gboxed
  * @Short_description: A mechanism to wrap opaque C structures registered by the type system
  * @See_also:#GParamSpecBoxed, g_param_spec_boxed()
  * 
index 0a66c94d0dc6b2e49921489ecbf44f402e07ed6d..969117240fd400f62d6b5e5b0cbed6f4f8de6a79 100644 (file)
@@ -18,7 +18,7 @@
  * Boston, MA 02111-1307, USA.
  */
 /**
- * SECTION:Closures
+ * SECTION:gclosure
  * @Short_description: Functions as first-class objects
  * 
  * A #GClosure represents a callback supplied by the programmer. It will generally
index 4c826a1bd60e5eb725d9dc20efff26fcf031cabe..53365b63fd6354d76bb2ace45e48237dfed87aef 100644 (file)
@@ -17,7 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 /**
- * SECTION:Enums and Flags
+ * SECTION:enumerations_flags
  * @Short_description: Enumeration and flags types
  * @See_also:#GParamSpecEnum, #GParamSpecFlags, g_param_spec_enum(), g_param_spec_flags(), 
  * <link linkend="glib-mkenums">glib-mkenums</link>
index c3a413ccfac47a3b67102521d9d077ab6143b8e2..4e810d3ee8fc2fc16247c6b060c40d4af63e4520 100644 (file)
@@ -17,7 +17,7 @@
  * Boston, MA 02111-1307, USA.
  */
 /**
- * SECTION:Generic Values
+ * SECTION:generic_values
  * @Short_description: A polymorphic type that can hold values of any other type
  * @See_also: The fundamental types which all support #GValue operations and
  * thus can be used as a type initializer for g_value_init() are defined by