mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
gclosure: Minor documentation formatting improvements
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
5b7c109e1c
commit
59a23bf24d
@ -556,7 +556,7 @@ g_closure_ref (GClosure *closure)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_closure_invalidate:
|
* g_closure_invalidate:
|
||||||
* @closure: GClosure to invalidate
|
* @closure: #GClosure to invalidate
|
||||||
*
|
*
|
||||||
* Sets a flag on the closure to indicate that its calling
|
* Sets a flag on the closure to indicate that its calling
|
||||||
* environment has become invalid, and thus causes any future
|
* environment has become invalid, and thus causes any future
|
||||||
|
@ -4109,8 +4109,8 @@ destroy_closure_array (gpointer data)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_object_watch_closure:
|
* g_object_watch_closure:
|
||||||
* @object: GObject restricting lifetime of @closure
|
* @object: #GObject restricting lifetime of @closure
|
||||||
* @closure: GClosure to watch
|
* @closure: #GClosure to watch
|
||||||
*
|
*
|
||||||
* This function essentially limits the life time of the @closure to
|
* This function essentially limits the life time of the @closure to
|
||||||
* the life time of the object. That is, when the object is finalized,
|
* the life time of the object. That is, when the object is finalized,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user