Method

IdeSettingsset_int

Declaration

void
ide_settings_set_int (
  IdeSettings* self,
  const gchar* key,
  gint val
)

Description

No description available.

Parameters

key

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
val

Type: gint

No description available.