CClosure.marshalVOIDUINTPOINTER
void marshalVOIDUINTPOINTER(gobject.closure.Closure closure, gobject.value.Value returnValue, uint nParamValues, gobject.value.Value paramValues, void * invocationHint = null, void * marshalData = null)A #GClosureMarshal function for use with signals with an unsigned int and a pointer as arguments.
Parameters
closure | A #GClosure. |
returnValue | A #GValue to store the return value. May be null if the callback of closure doesn't return a value. |
nParamValues | The length of the param_values array. |
paramValues | An array of #GValues holding the arguments on which to invoke the callback of closure. |
invocationHint | The invocation hint given as the last argument to [gobject.closure.Closure.invoke]. |
marshalData | Additional data specified when registering the marshaller, see [gobject.closure.Closure.setMarshal] and [gobject.closure.Closure.setMetaMarshal] |