gstrfuncs: Clarify that g_strv_length() does not accept NULL

https://bugzilla.gnome.org/show_bug.cgi?id=795026

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2018-04-10 11:04:07 +01:00
parent b868cf5864
commit b806df0ef1

View File

@ -2882,7 +2882,7 @@ g_str_has_prefix (const gchar *str,
* @str_array: a %NULL-terminated array of strings
*
* Returns the length of the given %NULL-terminated
* string array @str_array.
* string array @str_array. @str_array must not be %NULL.
*
* Returns: length of @str_array.
*