CClosure.marshalVOIDVOID

A marshaller for a gobject.CClosure with a callback of type void (*callback) (gpointer instance, gpointer user_data).

class CClosure
static
void
marshalVOIDVOID

Parameters

closure Closure

the gobject.Closure to which the marshaller belongs

returnValue Value

ignored

nParamValues uint

1

paramValues Value

a gobject.Value array holding only the instance

invocationHint void*

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

marshalData void*

additional data specified when registering the marshaller