mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
gstrfuncs: Add missing (array) annotation to g_strfreev()
This commit is contained in:
committed by
Philip Withnall
parent
8d2d12bd52
commit
16ea531ecb
@@ -2533,7 +2533,7 @@ g_strsplit_set (const gchar *string,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_strfreev:
|
* 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
|
* Frees a %NULL-terminated array of strings, as well as each
|
||||||
* string it contains.
|
* string it contains.
|
||||||
|
Reference in New Issue
Block a user