CClosure.marshalVOIDFLAGS

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

class CClosure
static
void
marshalVOIDFLAGS

Parameters

closure Closure

the #GClosure to which the marshaller belongs

returnValue Value

ignored

nParamValues uint

2

paramValues Value

a #GValue array holding the instance and the flags parameter

invocationHint void*

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

marshalData void*

additional data specified when registering the marshaller

Meta