strv_length


Description:

public uint strv_length (string[] str_array)

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

Parameters:

str_array

a null-terminated array of strings

Returns:

length of str_array.


Namespace: GLib
Package: glib-2.0