Additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 10 Jun 2008 17:54:24 +0000 (17:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 10 Jun 2008 17:54:24 +0000 (17:54 +0000)
svn path=/trunk/; revision=6994

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

index 1d3dee2..ec524a4 100644 (file)
@@ -1,5 +1,9 @@
 2008-06-10  Matthias Clasen  <mclasen@redhat.com>
 
+       * gobject/tmpl/gparamspec.sgml: Document G_PARAM_STATIC_NICK
+
+2008-06-10  Matthias Clasen  <mclasen@redhat.com>
+
        * gio/gio-sections.txt: Add g_themed_icon_prepend_name
 
 2008-06-10 14:06:34  Tim Janik  <timj@imendio.com>
index bff319d..be648ac 100644 (file)
@@ -150,7 +150,11 @@ can be configured.
                          unmodified for the lifetime of the parameter. 
                          Since 2.8
 @G_PARAM_PRIVATE: 
-@G_PARAM_STATIC_NICK: 
+@G_PARAM_STATIC_NICK:    the string used as nick when constructing the
+                         parameter is guaranteed to remain valid and
+                         unmmodified 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.