mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
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:
parent
b868cf5864
commit
b806df0ef1
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user