Function
AgsReturnableThreadCallback
Declaration
void
(* AgsReturnableThreadCallback) (
AgsReturnableThread* returnable_thread,
gpointer data
)
Parameters
returnable_thread
-
Type:
AgsReturnableThread
No description available.
The data is owned by the caller of the function. data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.