gstrfuncs: Add missing (optional) annotation to g_str_tokenize_and_fold()

This commit is contained in:
velsinki 2024-01-25 11:33:09 +00:00 committed by Philip Withnall
parent 2d5955c4f3
commit dc7331f4fb

View File

@ -3044,7 +3044,7 @@ split_words (const gchar *value)
* @string: a string
* @translit_locale: (nullable): the language code (like 'de' or
* 'en_GB') from which @string originates
* @ascii_alternates: (out) (transfer full) (array zero-terminated=1): a
* @ascii_alternates: (out) (optional) (transfer full) (array zero-terminated=1): a
* return location for ASCII alternates
*
* Tokenises @string and performs folding on each token.