tell how to create container classes which are as flexible as a GValue is
authorSven Herzberg <herzi@gnome-de.org>
Sun, 29 Jan 2006 14:30:22 +0000 (14:30 +0000)
committerSven Herzberg <herzi@src.gnome.org>
Sun, 29 Jan 2006 14:30:22 +0000 (14:30 +0000)
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

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
docs/reference/gobject/tmpl/param_value_types.sgml

index a23f3f7..d4e0ad6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index a23f3f7..d4e0ad6 100644 (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
index a23f3f7..d4e0ad6 100644 (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
index 07a4632..449594a 100644 (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