mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-12 15:43:48 +02:00
Add titles back from tmpl.
* gobject/gboxed.c: * gobject/gclosure.c: * gobject/genums.c: * gobject/gparam.c: * gobject/gvalue.c: Add titles back from tmpl. svn path=/trunk/; revision=7076
This commit is contained in:
parent
005be9980a
commit
bce5ebd421
@ -1,3 +1,12 @@
|
|||||||
|
2008-06-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* gobject/gboxed.c:
|
||||||
|
* gobject/gclosure.c:
|
||||||
|
* gobject/genums.c:
|
||||||
|
* gobject/gparam.c:
|
||||||
|
* gobject/gvalue.c:
|
||||||
|
Add titles back from tmpl.
|
||||||
|
|
||||||
2008-06-21 Stefan Kost <ensonic@users.sf.net>
|
2008-06-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/reference/gobject/tmpl/gtype.sgml:
|
* docs/reference/gobject/tmpl/gtype.sgml:
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
* SECTION:gboxed
|
* SECTION:gboxed
|
||||||
* @Short_description: A mechanism to wrap opaque C structures registered by the type system
|
* @Short_description: A mechanism to wrap opaque C structures registered by the type system
|
||||||
* @See_also:#GParamSpecBoxed, g_param_spec_boxed()
|
* @See_also:#GParamSpecBoxed, g_param_spec_boxed()
|
||||||
|
* @Title: Boxed Types
|
||||||
*
|
*
|
||||||
* GBoxed is a generic wrapper mechanism for arbitrary C structures. The only
|
* 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
|
* thing the type system needs to know about the structures is how to copy and
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
/**
|
/**
|
||||||
* SECTION:gclosure
|
* SECTION:gclosure
|
||||||
* @Short_description: Functions as first-class objects
|
* @Short_description: Functions as first-class objects
|
||||||
|
* @Title: Closures
|
||||||
*
|
*
|
||||||
* A #GClosure represents a callback supplied by the programmer. It will generally
|
* 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
|
* comprise a function of some kind and a marshaller used to call it. It is the
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
* @Short_description: Enumeration and flags types
|
* @Short_description: Enumeration and flags types
|
||||||
* @See_also:#GParamSpecEnum, #GParamSpecFlags, g_param_spec_enum(), g_param_spec_flags(),
|
* @See_also:#GParamSpecEnum, #GParamSpecFlags, g_param_spec_enum(), g_param_spec_flags(),
|
||||||
* <link linkend="glib-mkenums">glib-mkenums</link>
|
* <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
|
* 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
|
* are like enumerations, but allow their values to be combined by bitwise or). A registered
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
* @Short_description: Metadata for parameter specifications
|
* @Short_description: Metadata for parameter specifications
|
||||||
* @See_also:g_object_class_install_property(), g_object_set(), g_object_get(),
|
* @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()
|
* g_object_set_property(), g_object_get_property(), g_value_register_transform_func()
|
||||||
|
* @Title: GParamSpec
|
||||||
*
|
*
|
||||||
* #GParamSpec is an object structure that encapsulates the metadata
|
* #GParamSpec is an object structure that encapsulates the metadata
|
||||||
* required to specify parameters, such as e.g. #GObject properties.
|
* required to specify parameters, such as e.g. #GObject properties.
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
* a separate interface. See the <link
|
* a separate interface. See the <link
|
||||||
* linkend="gobject-Standard-Parameter-and-Value-Types">Standard Values
|
* linkend="gobject-Standard-Parameter-and-Value-Types">Standard Values
|
||||||
* API</link> for details.
|
* API</link> for details.
|
||||||
|
* @Title: Generic values
|
||||||
*
|
*
|
||||||
* The #GValue structure is basically a variable container that consists
|
* The #GValue structure is basically a variable container that consists
|
||||||
* of a type identifier and a specific value of that type.
|
* of a type identifier and a specific value of that type.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user