Method

FoundrySettingsget_strv

unstable since: 1.1

Declaration [src]

char**
foundry_settings_get_strv (
  FoundrySettings* self,
  const char* key
)

Description

No description available.

Available since: 1.1

Parameters

key

Type: const char*

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 caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
Each element is a NUL terminated UTF-8 string.