Method
IdeTaskreturn_pointer
Description
Returns a new raw pointer.
Note that pointers cannot be chained to other tasks, so you may not
use ide_task_chain() in conjunction with a task returning a pointer
using ide_task_return_pointer().
If you need task chaining with pointers, see ide_task_return_boxed()
or ide_task_return_object().
This method is not directly available to language bindings.
Parameters
data-
Type:
gpointerThe data to return.
The argument can be NULL.The data is owned by the caller of the method. destroy-
Type:
GDestroyNotifyAn optional
GDestroyNotifyto cleanup data if no handler propagates the result.