CClosure.marshalBOOLEANFLAGSv

The GVaClosureMarshal equivalent to g_cclosure_marshal_BOOLEAN__FLAGS().

class CClosure
static
void
marshalBOOLEANFLAGSv

Parameters

closure Closure

the gobject.Closure to which the marshaller belongs

returnValue Value

a gobject.Value to store the return value. May be NULL if the callback of closure doesn't return a value.

instance_ TypeInstance

the instance on which the closure is invoked.

args void*

va_list of arguments to be passed to the closure.

marshalData void*

additional data specified when registering the marshaller, see Closure.setMarshal and Closure.setMetaMarshal

paramTypes GType[]

the GType of each argument from args.