Method

GioTaskget_cancellable

since: 2.36

Declaration

GCancellable*
g_task_get_cancellable (
  GTask* task
)

Description

Gets tasks GCancellable.

Available since: 2.36

Return value

Type: GCancellable

tasks GCancellable.

The data is owned by the instance.
The return value can be NULL.