mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-27 11:29:02 +02:00
docs: Move the GClosure SECTION
Move the contents to the struct docs. Helps: #3037
This commit is contained in:
committed by
Philip Withnall
parent
7eba4e8f49
commit
bedf11b330
@@ -169,15 +169,7 @@ struct _GClosureNotifyData
|
||||
gpointer data;
|
||||
GClosureNotify notify;
|
||||
};
|
||||
/**
|
||||
* GClosure:
|
||||
* @in_marshal: Indicates whether the closure is currently being invoked with
|
||||
* g_closure_invoke()
|
||||
* @is_invalid: Indicates whether the closure has been invalidated by
|
||||
* g_closure_invalidate()
|
||||
*
|
||||
* A #GClosure represents a callback supplied by the programmer.
|
||||
*/
|
||||
|
||||
struct _GClosure
|
||||
{
|
||||
/*< private >*/
|
||||
|
Reference in New Issue
Block a user