Additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 15 Jan 2007 03:05:27 +0000 (03:05 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 15 Jan 2007 03:05:27 +0000 (03:05 +0000)
svn path=/trunk/; revision=5261

docs/reference/ChangeLog
docs/reference/gobject/tmpl/gparamspec.sgml

index 8c25317..b5e32d9 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gobject/tmpl/gparamspec.sgml; Document G_PARAM_STATIC_NICK.
+       (#396564, Vincent Untz)
+
 2007-01-12  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/tmpl/keyfile.sgml: Small clarifications.
index ceb5803..eb90ffd 100644 (file)
@@ -149,6 +149,10 @@ can be configured.
                          parameter is guaranteed to remain valid and
                          unmodified for the lifetime of the parameter. 
                          Since 2.8
+@G_PARAM_STATIC_NICK:    the string used as nick when constructing the
+                         parameter is guaranteed to remain valid and
+                         unmodified for the lifetime of the parameter.
+                         Since 2.8
 @G_PARAM_STATIC_BLURB:   the string used as blurb when constructing the 
                          parameter is guaranteed to remain valid and 
                          unmodified for the lifetime of the parameter.