Method

QuarrelStringArrayOptget_value

Declaration

gchar**
quarrel_string_array_opt_get_value (
  QuarrelStringArrayOpt* self,
  gint* result_length1
)

Description

No description available.

Parameters

result_length1

Type: gint*

No description available.

The argument will be set by the function.

Return value

Type: An array of gchar*

No description available.

The length of the array is in the result_length1 argument.
The returned data is owned by the instance.
Each element is a NUL terminated UTF-8 string.