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