mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gstrfuncs: Add missing (array) annotation to g_strfreev()
This commit is contained in:
parent
8d2d12bd52
commit
16ea531ecb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user