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

This commit is contained in:
velsinki 2024-01-25 11:20:00 +00:00 committed by Philip Withnall
parent 8d2d12bd52
commit 16ea531ecb

View File

@ -2533,7 +2533,7 @@ g_strsplit_set (const gchar *string,
/**
* g_strfreev:
* @str_array: (nullable) (transfer full): a %NULL-terminated array of strings to free
* @str_array: (array zero-terminated=1) (nullable) (transfer full): a %NULL-terminated array of strings to free
*
* Frees a %NULL-terminated array of strings, as well as each
* string it contains.