CClosure.marshalBOOLEANFLAGS

A marshaller for a gobject.CClosure 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
marshalBOOLEANFLAGS

Parameters

closure Closure

the gobject.Closure to which the marshaller belongs

returnValue Value

a gobject.Value which can store the returned gboolean

nParamValues uint

2

paramValues Value

a gobject.Value array holding instance and arg1

invocationHint void*

the invocation hint given as the last argument to Closure.invoke

marshalData void*

additional data specified when registering the marshaller