CClosure.marshalBOOLEAN__FLAGS

A marshaller for a GCClosure with a callback of type gboolean (*callback) (gpointer instance, gint arg1, gpointer user_data) where the gint parameter denotes a flags type.

class CClosure
static
void
marshalBOOLEAN__FLAGS

Parameters

closure Closure

the GClosure to which the marshaller belongs

returnValue Value

a GValue which can store the returned gboolean

paramValues GValue[]

a GValue array holding instance and arg1

invocationHint void*

the invocation hint given as the last argument to g_closure_invoke()

marshalData void*

additional data specified when registering the marshaller

Meta