From d5f1c71fdefbc13aec233cdd6d29d37d52cc927e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 21 Jun 2008 12:57:06 +0000 Subject: [PATCH] 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 --- ChangeLog | 8 ++++++++ gobject/gboxed.c | 2 +- gobject/gclosure.c | 2 +- gobject/genums.c | 2 +- gobject/gvalue.c | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 91e5e658d..cddaba6b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-06-21 Stefan Kost + + * 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 * docs/reference/gobject/tmpl/generic_values.sgml: diff --git a/gobject/gboxed.c b/gobject/gboxed.c index a4b09df00..1485f7316 100644 --- a/gobject/gboxed.c +++ b/gobject/gboxed.c @@ -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() * diff --git a/gobject/gclosure.c b/gobject/gclosure.c index 0a66c94d0..969117240 100644 --- a/gobject/gclosure.c +++ b/gobject/gclosure.c @@ -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 diff --git a/gobject/genums.c b/gobject/genums.c index 4c826a1bd..53365b63f 100644 --- a/gobject/genums.c +++ b/gobject/genums.c @@ -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(), * glib-mkenums diff --git a/gobject/gvalue.c b/gobject/gvalue.c index c3a413ccf..4e810d3ee 100644 --- a/gobject/gvalue.c +++ b/gobject/gvalue.c @@ -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