Method

IdeTaskget_task_data

Declaration

gpointer
ide_task_get_task_data (
  IdeTask* self
)

Description

Gets the task data previously set with ide_task_set_task_data().

This method is not directly available to language bindings.

Return value

Type: gpointer

Previously registered task data or NULL.

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