mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
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:
parent
0b9bf79ec2
commit
d5f1c71fde
@ -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:
|
||||
|
@ -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()
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user