Method

IdeTweaksBindingdup_strv

Declaration

char**
ide_tweaks_binding_dup_strv (
  IdeTweaksBinding* self
)

Description

Gets the value as a GStrv.

Return value

Type: An array of utf8

A newly allocated string array, or NULL.

The array is NULL-terminated.
The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.
Each element is a NUL terminated UTF-8 string.