Method
IdeTaskset_task_data
Declaration
void
ide_task_set_task_data (
IdeTask* self,
gpointer task_data,
GDestroyNotify task_data_destroy
)
Parameters
task_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the method. task_data_destroy
-
Type:
GDestroyNotify
No description available.