mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
gstrfuncs: Add missing (array) annotation to g_strv_length()
This commit is contained in:
parent
b869908f16
commit
2d5955c4f3
@ -2932,7 +2932,7 @@ gboolean (g_str_has_prefix) (const gchar *str,
|
||||
|
||||
/**
|
||||
* g_strv_length:
|
||||
* @str_array: a %NULL-terminated array of strings
|
||||
* @str_array: (array zero-terminated=1): a %NULL-terminated array of strings
|
||||
*
|
||||
* Returns the length of the given %NULL-terminated
|
||||
* string array @str_array. @str_array must not be %NULL.
|
||||
|
Loading…
Reference in New Issue
Block a user