mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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:
|
||||
* @closure: GClosure to invalidate
|
||||
* @closure: #GClosure to invalidate
|
||||
*
|
||||
* Sets a flag on the closure to indicate that its calling
|
||||
* environment has become invalid, and thus causes any future
|
||||
|
@ -4109,8 +4109,8 @@ destroy_closure_array (gpointer data)
|
||||
|
||||
/**
|
||||
* g_object_watch_closure:
|
||||
* @object: GObject restricting lifetime of @closure
|
||||
* @closure: GClosure to watch
|
||||
* @object: #GObject restricting lifetime of @closure
|
||||
* @closure: #GClosure to watch
|
||||
*
|
||||
* This function essentially limits the life time of the @closure to
|
||||
* the life time of the object. That is, when the object is finalized,
|
||||
|
Loading…
Reference in New Issue
Block a user