Method

IdeConfigget_internal_strv

Declaration

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

Description

No description available.

Parameters

key

Type: const gchar*

No description available.

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

Return value

Type: 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.