Signal
IdePipelineStageCommand::create-run-context
Declaration
IdeRunContext*
create_run_context (
IdePipelineStageCommand* self,
IdeRunCommand* command,
gpointer user_data
)
Description
Sets up the IdeRunContext which will be used to hoist in the
IdeRunCommand. If no run context is provided, then the build pipeline
will be used.
| Default handler: The default handler is called after the handlers added via |
Parameters
command-
Type:
IdeRunCommandAn
IdeRunCommand.The data is owned by the caller of the function.
Return value
Type: IdeRunContext
An IdeRunContext.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |