Method
IdePipelinerebuild_async
Declaration
void
ide_pipeline_rebuild_async (
IdePipeline* self,
IdePipelinePhase phase,
GPtrArray* targets,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Parameters
phase-
Type:
IdePipelinePhaseThe requested build phase.
targets-
Type: An array of
NoneAn array of
IdeBuildTargetorNULL.The argument can be NULL.The data is owned by the caller of the method. cancellable-
Type:
GCancellableA
GCancellableorNULL.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackA callback to build upon completion.
The argument can be NULL. user_data-
Type:
gpointerData for
callback.The argument can be NULL.The data is owned by the caller of the method.