glib r7076 - in trunk: . gobject
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7076 - in trunk: . gobject
- Date: Sat, 21 Jun 2008 16:24:52 +0000 (UTC)
Author: stefkost
Date: Sat Jun 21 16:24:52 2008
New Revision: 7076
URL: http://svn.gnome.org/viewvc/glib?rev=7076&view=rev
Log:
* gobject/gboxed.c:
* gobject/gclosure.c:
* gobject/genums.c:
* gobject/gparam.c:
* gobject/gvalue.c:
Add titles back from tmpl.
Modified:
trunk/ChangeLog
trunk/gobject/gboxed.c
trunk/gobject/gclosure.c
trunk/gobject/genums.c
trunk/gobject/gparam.c
trunk/gobject/gvalue.c
Modified: trunk/gobject/gboxed.c
==============================================================================
--- trunk/gobject/gboxed.c (original)
+++ trunk/gobject/gboxed.c Sat Jun 21 16:24:52 2008
@@ -20,6 +20,7 @@
* SECTION:gboxed
* @Short_description: A mechanism to wrap opaque C structures registered by the type system
* @See_also:#GParamSpecBoxed, g_param_spec_boxed()
+ * @Title: Boxed Types
*
* GBoxed is a generic wrapper mechanism for arbitrary C structures. The only
* thing the type system needs to know about the structures is how to copy and
Modified: trunk/gobject/gclosure.c
==============================================================================
--- trunk/gobject/gclosure.c (original)
+++ trunk/gobject/gclosure.c Sat Jun 21 16:24:52 2008
@@ -20,6 +20,7 @@
/**
* SECTION:gclosure
* @Short_description: Functions as first-class objects
+ * @Title: Closures
*
* A #GClosure represents a callback supplied by the programmer. It will generally
* comprise a function of some kind and a marshaller used to call it. It is the
Modified: trunk/gobject/genums.c
==============================================================================
--- trunk/gobject/genums.c (original)
+++ trunk/gobject/genums.c Sat Jun 21 16:24:52 2008
@@ -21,6 +21,7 @@
* @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>
+ * @Title: Enumeration and Flag Types
*
* The GLib type system provides fundamental types for enumeration and flags types. (Flags types
* are like enumerations, but allow their values to be combined by bitwise or). A registered
Modified: trunk/gobject/gparam.c
==============================================================================
--- trunk/gobject/gparam.c (original)
+++ trunk/gobject/gparam.c Sat Jun 21 16:24:52 2008
@@ -21,6 +21,7 @@
* @Short_description: Metadata for parameter specifications
* @See_also:g_object_class_install_property(), g_object_set(), g_object_get(),
* g_object_set_property(), g_object_get_property(), g_value_register_transform_func()
+ * @Title: GParamSpec
*
* #GParamSpec is an object structure that encapsulates the metadata
* required to specify parameters, such as e.g. #GObject properties.
Modified: trunk/gobject/gvalue.c
==============================================================================
--- trunk/gobject/gvalue.c (original)
+++ trunk/gobject/gvalue.c Sat Jun 21 16:24:52 2008
@@ -24,6 +24,7 @@
* a separate interface. See the <link
* linkend="gobject-Standard-Parameter-and-Value-Types">Standard Values
* API</link> for details.
+ * @Title: Generic values
*
* The #GValue structure is basically a variable container that consists
* of a type identifier and a specific value of that type.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]