Update GStrv annotations

This commit is contained in:
badcel 2023-10-03 16:09:03 +02:00
parent 2f1f97d58d
commit 85d2a7549d
No known key found for this signature in database
GPG Key ID: 70A8373EEB2233E0

View File

@ -2572,7 +2572,7 @@ g_strsplit_set (const gchar *string,
/**
* g_strfreev:
* @str_array: (nullable): a %NULL-terminated array of strings to free
* @str_array: (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.
@ -2602,7 +2602,7 @@ g_strfreev (gchar **str_array)
* the array itself. g_strfreev() does this for you. If called
* on a %NULL value, g_strdupv() simply returns %NULL.
*
* Returns: (nullable): a new %NULL-terminated array of strings.
* Returns: (nullable) (transfer full): a new %NULL-terminated array of strings.
*/
gchar**
g_strdupv (gchar **str_array)