ThreadWrapperFunc


Description:

[ CCode ( has_target = false ) ]
public delegate void* ThreadWrapperFunc (void* arg) throws Error

Specifies the type of function to be passed to execute.

Parameters:

arg

pointer to the data (which is the arg argument passed to execute_void)

Returns:

a pointer to some data which will be returned by fetch_result


Namespace: Gda
Package: libgda-5.0