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 1d3dee2048dca43d51bf62a66708c9666d93b6ae..ec524a4ae93135fd4f64cff5a9fc3d40fd5cd3d2 100644 (file)
@@ -1,3 +1,7 @@
+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
index bff319dbca2b3d2eb3c865b783fe727c45c679f0..be648ac1c48b4e2feb5d956c167930d0ff22f182 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.