Method

IdeConfigget_internal_strv

Declaration

const gchar* const*
ide_config_get_internal_strv (
  IdeConfig* self,
  const gchar* key
)

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.

Return value

Returns: An array of utf8
  No description available.
 The array is NULL-terminated.
 The data is owned by the instance.
 Each element is a NUL terminated UTF-8 string.