Interface SignalCMarshaller
- All Superinterfaces:
ClosureMarshal, FunctionPointer
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.
-
Method Summary
Methods inherited from interface ClosureMarshal
run, toCallback, upcall