diff --git a/ChangeLog b/ChangeLog index df573450d..5992c6e79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-21 Stefan Kost + + * gobject/gclosure.h: + * gobject/gparam.h: + Add one missing ':' and reformate GParamFlags docs. + 2008-06-21 Stefan Kost * docs/reference/gobject/tmpl/gparamspec.sgml: diff --git a/gobject/gclosure.h b/gobject/gclosure.h index b162e29eb..fc0cb47c4 100644 --- a/gobject/gclosure.h +++ b/gobject/gclosure.h @@ -35,7 +35,7 @@ G_BEGIN_DECLS * * 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. */ #define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL) diff --git a/gobject/gparam.h b/gobject/gparam.h index 92cc31be1..c2a370c07 100644 --- a/gobject/gparam.h +++ b/gobject/gparam.h @@ -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.