Method

GioTaskget_task_data

since: 2.36

Declaration

gpointer
g_task_get_task_data (
  GTask* task
)

Description

Gets tasks task_data.

Available since: 2.36

Return value

Type: gpointer

tasks task_data.

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