Interface SignalCMarshaller

All Superinterfaces:
ClosureMarshal, FunctionPointer

public interface SignalCMarshaller extends ClosureMarshal
This is the signature of marshaller functions, required to marshall arrays of parameter values to signal emissions into C language callback invocations.

It is merely an alias to GClosureMarshal since the GClosure mechanism takes over responsibility of actual function invocation for the signal system.