tell how to create container classes which are as flexible as a GValue is

2006-01-29  Sven Herzberg  <herzi@gnome-de.org>

        * docs/reference/gobject/tmpl/param_value_types.sgml: tell how to
	create container classes which are as flexible as a GValue is
This commit is contained in:
Sven Herzberg 2006-01-29 14:30:22 +00:00 committed by Sven Herzberg
parent 7b01898d64
commit e70a6c4be9
4 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-29 Sven Herzberg <herzi@gnome-de.org>
* docs/reference/gobject/tmpl/param_value_types.sgml: tell how to
create container classes which are as flexible as a GValue is
2006-01-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version

View File

@ -1,3 +1,8 @@
2006-01-29 Sven Herzberg <herzi@gnome-de.org>
* docs/reference/gobject/tmpl/param_value_types.sgml: tell how to
create container classes which are as flexible as a GValue is
2006-01-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version

View File

@ -1,3 +1,8 @@
2006-01-29 Sven Herzberg <herzi@gnome-de.org>
* docs/reference/gobject/tmpl/param_value_types.sgml: tell how to
create container classes which are as flexible as a GValue is
2006-01-27 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version

View File

@ -1751,7 +1751,7 @@ See g_param_spec_internal() for details on property names.
@nick: nick name for the property specified
@blurb: description of the property specified
@is_a_type: a #GType whose subtypes are allowed as values
of the property
of the property (use %G_TYPE_NONE for any type)
@flags: flags for the property specified
@Returns: a newly created parameter specification
@Since: 2.10