Method
IdeRuntimeManagerget_runtime
since: 3.32
Declaration
IdeRuntime*
ide_runtime_manager_get_runtime (
IdeRuntimeManager* self,
const gchar* id
)
Parameters
id
-
Type:
const gchar*
The identifier of the runtime.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeRuntime
An IdeRuntime
.
The data is owned by the instance. |