Use file-names from the section file for SECTION: comments.

* 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
This commit is contained in:
Stefan Kost 2008-06-21 12:57:06 +00:00
parent 0b9bf79ec2
commit d5f1c71fde
5 changed files with 12 additions and 4 deletions

View File

@ -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:

View 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()
*

View 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

View 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>

View 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