Method

IdeContextregister_settings

Declaration

void
ide_context_register_settings (
  IdeContext* self,
  const char* schema_id
)

Description

Registers settings that can be overriden by a project.

Use this if you have a GSettings schema that can have both application and per-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.