GClosure

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()

struct GClosure {}

Members

Variables

bitfield0
uint bitfield0;
Undocumented in source.

Meta