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

@ -1,3 +1,9 @@
2008-06-21 Stefan Kost <ensonic@users.sf.net>
* gobject/gclosure.h:
* gobject/gparam.h:
Add one missing ':' and reformate GParamFlags docs.
2008-06-21 Stefan Kost <ensonic@users.sf.net> 2008-06-21 Stefan Kost <ensonic@users.sf.net>
* docs/reference/gobject/tmpl/gparamspec.sgml: * docs/reference/gobject/tmpl/gparamspec.sgml:

View File

@ -35,7 +35,7 @@ G_BEGIN_DECLS
* *
* Check if the closure still needs a marshaller. See g_closure_set_marshal(). * Check if the closure still needs a marshaller. See g_closure_set_marshal().
* *
* Returns %TRUE if a #GClosureMarshal marshaller has not yet been set on * Returns: %TRUE if a #GClosureMarshal marshaller has not yet been set on
* @closure. * @closure.
*/ */
#define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL) #define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL)

View File

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