mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
gclosure: Expand documentation and fix some typos
The critical omission from the GClosure documentation is that you need to call g_closure_set_marshal() when implementing a custom GClosure. Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
@@ -200,7 +200,7 @@ struct _GClosure
|
||||
|
||||
/*< private >*/ GClosureNotifyData *notifiers;
|
||||
|
||||
/* invariants/constrains:
|
||||
/* invariants/constraints:
|
||||
* - ->marshal and ->data are _invalid_ as soon as ->is_invalid==TRUE
|
||||
* - invocation of all inotifiers occours prior to fnotifiers
|
||||
* - order of inotifiers is random
|
||||
|
Reference in New Issue
Block a user