mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-19 04:01:57 +02:00
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:
parent
fb07c65020
commit
4b109856d0
@ -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:
|
||||||
|
@ -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)
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user