Readd docs for G_PARAM_STATIC_NICK and add docs for new

* 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
This commit is contained in:
Stefan Kost 2007-03-14 19:09:49 +00:00
parent 399300e5e1
commit 676506cf2d
2 changed files with 18 additions and 0 deletions

View 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> 2007-03-06 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/threads.sgml: Document G_ERRORCHECK_MUTEXES. (#412145) * glib/tmpl/threads.sgml: Document G_ERRORCHECK_MUTEXES. (#412145)

View File

@ -149,6 +149,11 @@ can be configured.
parameter is guaranteed to remain valid and parameter is guaranteed to remain valid and
unmodified for the lifetime of the parameter. unmodified for the lifetime of the parameter.
Since 2.8 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 @G_PARAM_STATIC_BLURB: the string used as blurb when constructing the
parameter is guaranteed to remain valid and parameter is guaranteed to remain valid and
unmodified for the lifetime of the parameter. 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 ##### --> <!-- ##### MACRO G_PARAM_MASK ##### -->
<para> <para>
Mask containing the bits of #GParamSpec.flags which are reserved for GLib. Mask containing the bits of #GParamSpec.flags which are reserved for GLib.