Method

IdeSettingsset_string

Declaration

void
ide_settings_set_string (
  IdeSettings* self,
  const gchar* key,
  const gchar* val
)

Description

No description available.

Parameters

key 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 const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.