CClosure.marshalVOID__VOID

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

class CClosure
static
void
marshalVOID__VOID

Parameters

closure Closure

the GClosure to which the marshaller belongs

returnValue Value

ignored

nParamValues uint

1

paramValues Value

a GValue array holding only the instance

invocationHint void*

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

marshalData void*

additional data specified when registering the marshaller

Meta