CClosure.marshalVOID__UINT_POINTER

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

class CClosure
static
void
marshalVOID__UINT_POINTER

Parameters

closure Closure

the GClosure to which the marshaller belongs

returnValue Value

ignored

paramValues GValue[]

a GValue array holding instance, arg1 and arg2

invocationHint void*

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

marshalData void*

additional data specified when registering the marshaller

Meta