[ CCode ( has_target = false ) ]
public delegate void ThreadWrapperCallback (ThreadWrapper wrapper, void* instance, string signame, int n_param_values, Value param_values, void* gda_reserved, void* data)
Specifies the type of function to be passed to connect_raw
wrapper |
the ThreadWrapper |
instance |
a pointer to the instance which emitted the signal |
signame |
the name of the signal being emitted |
n_param_values |
number of GValue in |
param_values |
array of |
gda_reserved |
reserved |
data |
a pointer to the data (which is the |