Main Gtk struct.
A GClosure represents a callback supplied by the programmer.
volatile guint in_marshal : 1;
Indicates whether the closure is currently being invoked with
g_closure_invoke()
volatile guint is_invalid : 1;
Indicates whether the closure has been invalidated by
g_closure_invalidate()
Main Gtk struct. A GClosure represents a callback supplied by the programmer. volatile guint in_marshal : 1; Indicates whether the closure is currently being invoked with g_closure_invoke() volatile guint is_invalid : 1; Indicates whether the closure has been invalidated by g_closure_invalidate()