gstrfuncs: Add missing (array) annotation to g_strv_length()

This commit is contained in:
velsinki 2024-01-25 11:32:56 +00:00 committed by Philip Withnall
parent b869908f16
commit 2d5955c4f3

View File

@ -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.