Method
GioTaskset_task_data
since: 2.36
Declaration
void
g_task_set_task_data (
GTask* task,
gpointer task_data,
GDestroyNotify task_data_destroy
)
Parameters
task_data
-
Type:
gpointer
Task-specific data.
The argument can be NULL
.The data is owned by the caller of the method. task_data_destroy
-
Type:
GDestroyNotify
GDestroyNotify
fortask_data
.The argument can be NULL
.