Readd docs for G_PARAM_STATIC_NICK and add docs for new
authorStefan Kost <stefkost@src.gnome.org>
Wed, 14 Mar 2007 19:09:49 +0000 (19:09 +0000)
committerStefan Kost <stefkost@src.gnome.org>
Wed, 14 Mar 2007 19:09:49 +0000 (19:09 +0000)
* gobject/tmpl/gparamspec.sgml:
Readd docs for G_PARAM_STATIC_NICK and add docs for new
G_PARAM_STATIC_STRINGS (fixes #418021).

svn path=/trunk/; revision=5403

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

index a81fc48..77732d8 100644 (file)
@@ -1,3 +1,9 @@
+2007-03-14  Stefan Kost  <ensonic@users.sf.net>
+
+       * gobject/tmpl/gparamspec.sgml:
+         Readd docs for G_PARAM_STATIC_NICK and add docs for new
+         G_PARAM_STATIC_STRINGS (fixes #418021).
+
 2007-03-06  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/tmpl/threads.sgml: Document G_ERRORCHECK_MUTEXES. (#412145)
index ceb5803..75fed23 100644 (file)
@@ -149,6 +149,11 @@ can be configured.
                          parameter is guaranteed to remain valid and
                          unmodified for the lifetime of the parameter. 
                          Since 2.8
+@G_PARAM_PRIVATE: 
+@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. 
@@ -161,6 +166,13 @@ can be configured.
 
 
 
+<!-- ##### MACRO G_PARAM_STATIC_STRINGS ##### -->
+<para>
+#GParamFlags value alias for %G_PARAM_STATIC_NAME | %G_PARAM_STATIC_NICK | %G_PARAM_STATIC_BLURB.
+</para>
+
+
+
 <!-- ##### MACRO G_PARAM_MASK ##### -->
 <para>
 Mask containing the bits of #GParamSpec.flags which are reserved for GLib.