mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 22:23:39 +02:00
gclosure: Minor documentation formatting improvements
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user