From: Matthias Clasen Date: Mon, 15 Jan 2007 03:05:27 +0000 (+0000) Subject: Additions X-Git-Tag: GLIB_2_13_0~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=daeff90d19771a2292992af7ceb5a23a2f89acd1;p=platform%2Fupstream%2Fglib.git Additions svn path=/trunk/; revision=5261 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8c25317..b5e32d9 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-01-15 Matthias Clasen + + * gobject/tmpl/gparamspec.sgml; Document G_PARAM_STATIC_NICK. + (#396564, Vincent Untz) + 2007-01-12 Matthias Clasen * glib/tmpl/keyfile.sgml: Small clarifications. diff --git a/docs/reference/gobject/tmpl/gparamspec.sgml b/docs/reference/gobject/tmpl/gparamspec.sgml index ceb5803..eb90ffd 100644 --- a/docs/reference/gobject/tmpl/gparamspec.sgml +++ b/docs/reference/gobject/tmpl/gparamspec.sgml @@ -149,6 +149,10 @@ can be configured. parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8 +@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.