+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:
* 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()
*
* 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
* 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>
* 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