Method

IdeConfigset_internal_strv

Declaration

void
ide_config_set_internal_strv (
  IdeConfig* self,
  const gchar* key,
  const gchar* const* value
)

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