Add one missing ':' and reformate GParamFlags docs.

* gobject/gclosure.h:
	* gobject/gparam.h:
	  Add one missing ':' and reformate GParamFlags docs.


svn path=/trunk/; revision=7074
This commit is contained in:
Stefan Kost
2008-06-21 14:00:44 +00:00
parent fb07c65020
commit 4b109856d0
3 changed files with 9 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ G_BEGIN_DECLS
* 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
* @G_PARAM_STATIC_NICK: the string used as nick when constructing the
* parameter is guaranteed to remain valid and
* unmmodified for the lifetime of the parameter.
* Since 2.8
@@ -123,6 +123,7 @@ G_BEGIN_DECLS
* parameter is guaranteed to remain valid and
* unmodified for the lifetime of the parameter.
* Since 2.8
* @G_PARAM_PRIVATE: internal
*
* Through the #GParamFlags flag values, certain aspects of parameters
* can be configured.