Method
IdeContextref_settings
Description
Gets an IdeSettings
for schema_id
.
The IdeSettings
will read settings from project overrides before
falling back to application settings.
Changes to settings will always apply to the project overrides.
Parameters
schema_id
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeSettings
An IdeSettings
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |