Method

IdeSettingsset_double

Declaration

void
ide_settings_set_double (
  IdeSettings* self,
  const char* key,
  double 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: double

No description available.