Method

IdeConfigManagerref_current

[]

Declaration

IdeConfig*
ide_config_manager_ref_current (
  IdeConfigManager* self
)
[]

Description

Gets the current configuration to use for building.

Many systems allow you to pass a configuration in instead of relying on the default configuration. This gets the default configuration that various background items might use, such as tags builders which need to discover settings.

[]

Return value

Type: IdeConfig

An IdeConfig.

The caller of the method takes ownership of the data, and is responsible for freeing it.