Method
IdePipelineget_stage_by_id
[−]
Declaration
IdePipelineStage*
ide_pipeline_get_stage_by_id (
IdePipeline* self,
guint stage_id
)
[−]
Description
Gets the stage matching the identifier stage_id
as returned from ide_pipeline_attach().
[−]
Return value
Type: IdePipelineStage
An IdePipelineStage
or NULL
if the
stage could not be found.
The data is owned by the instance. |
The return value can be NULL . |