Function

IdeTaskThreadFunc

Declaration

void
(* IdeTaskThreadFunc) (
  IdeTask* task,
  gpointer source_object,
  gpointer task_data,
  GCancellable* cancellable
)

Description

No description available.

Parameters

task

Type: IdeTask

No description available.

The data is owned by the caller of the function.
source_object

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
task_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the function.