Method

IdeTaskreturn_boxed

Declaration

void
ide_task_return_boxed (
  IdeTask* self,
  GType result_type,
  gpointer result
)

Description

This is similar to ide_task_return_pointer(), but allows the task to know the boxed GType so that the result may be propagated to chained tasks.

Available since:3.32

Parameters

result_type GType
 

The GType of the boxed type.

result gpointer
 

The result to be returned.