Function
IdeTaskThreadFunc
Declaration
void
(* IdeTaskThreadFunc) (
IdeTask* task,
gpointer source_object,
gpointer task_data,
GCancellable* cancellable
)
Parameters
task-
Type:
IdeTaskNo description available.
The data is owned by the caller of the function. source_object-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. task_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the function.