Method

IdeSettingsset_boolean

Declaration

void
ide_settings_set_boolean (
  IdeSettings* self,
  const char* key,
  gboolean val
)

Description

No description available.

Parameters

key

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.
val

Type: gboolean

No description available.