mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user