Method

IdeRuntimeManagerget_runtime

Declaration

IdeRuntime*
ide_runtime_manager_get_runtime (
  IdeRuntimeManager* self,
  const gchar* id
)

Description

Gets the runtime by its internal identifier.

Parameters

id

Type: const gchar*

The identifier of the runtime.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: IdeRuntime

An IdeRuntime.

The data is owned by the instance.
The return value can be NULL.