Method

IdeTaskget_return_on_cancel

since: 3.32

Declaration

gboolean
ide_task_get_return_on_cancel (
  IdeTask* self
)

Description

Gets the return_on_cancel value, which means the task will return immediately when the GCancellable is cancelled.

Available since: 3.32

Return value

Type: gboolean

No description available.