gclosure: Minor documentation formatting improvements

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-08-16 10:59:45 +01:00
parent 5b7c109e1c
commit 59a23bf24d
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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,