strv_length


Description:

[ Version ( since = "2.6" ) ]
public uint strv_length (string[] str_array)

Returns the length of the given null-terminated string array str_array.

str_array must not be null.

Parameters:

str_array

a null-terminated array of strings

Returns:

length of str_array.


Namespace: GLib
Package: glib-2.0



2022 vala-language.org