CClosure.marshalGeneric

A generic marshaller function implemented via libffi.

Normally this function is not passed explicitly to g_signal_new(), but used automatically by GLib when specifying a NULL marshaller.

class CClosure
static
void
marshalGeneric

Parameters

closure Closure
returnGvalue Value

A gobject.Value to store the return value. May be NULL if the callback of closure doesn't return a value.

nParamValues uint

The length of the param_values array.

paramValues Value

An array of gobject.Values holding the arguments on which to invoke the callback of closure.

invocationHint void*

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

marshalData void*

Additional data specified when registering the marshaller, see Closure.setMarshal and Closure.setMetaMarshal

Meta

Since

2.30