Method
IdePipelinecontains_program_in_path
Declaration
gboolean
ide_pipeline_contains_program_in_path (
IdePipeline* self,
const gchar* name,
GCancellable* cancellable
)
Description
Looks through the runtime and SDK extensions for binaries matching
name that may be executed.
Parameters
name-
Type:
const gchar*The name of a binary.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method.