From 676506cf2d13b0cd0c13b6f5c9c4763b1ffc2eb6 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 14 Mar 2007 19:09:49 +0000 Subject: [PATCH] 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 --- docs/reference/ChangeLog | 6 ++++++ docs/reference/gobject/tmpl/gparamspec.sgml | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a81fc48..77732d8 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2007-03-14 Stefan Kost + + * 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 * glib/tmpl/threads.sgml: Document G_ERRORCHECK_MUTEXES. (#412145) diff --git a/docs/reference/gobject/tmpl/gparamspec.sgml b/docs/reference/gobject/tmpl/gparamspec.sgml index ceb5803..75fed23 100644 --- a/docs/reference/gobject/tmpl/gparamspec.sgml +++ b/docs/reference/gobject/tmpl/gparamspec.sgml @@ -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. + + +#GParamFlags value alias for %G_PARAM_STATIC_NAME | %G_PARAM_STATIC_NICK | %G_PARAM_STATIC_BLURB. + + + + Mask containing the bits of #GParamSpec.flags which are reserved for GLib. -- 2.7.4