Function

Agsstrv_length

since: 3.0.0

Declaration [src]

guint
ags_strv_length (
  gchar** str_array
)

Description [src]

Count the number of non-NULL entries in the array.

Available since: 3.0.0

Parameters

str_array

Type: An array of utf8

The string vector.

The array must be NULL-terminated.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.

Return value

Type: guint

The length of the vector.