Method

IdeConfigManagerget_config

Declaration

IdeConfig*
ide_config_manager_get_config (
  IdeConfigManager* self,
  const gchar* id
)

Description

Gets the IdeConfig by id. See ide_config_get_id().

Parameters

id

Type: const gchar*

The string identifier of the configuration.

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

Return value

Type: IdeConfig

An IdeConfig or NULL if the configuration could not be found.

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