mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Merge branch 'wip/mjog/utf8-norm-missing-nullable-annotation' into 'master'
g_utf8_normalize: Doc comment return missing nullable annotation See merge request GNOME/glib!953
This commit is contained in:
commit
f7f267522d
@ -521,9 +521,9 @@ _g_utf8_normalize_wc (const gchar *str,
|
||||
* a legacy encoding or pass it to a system with
|
||||
* less capable Unicode handling.
|
||||
*
|
||||
* Returns: a newly allocated string, that is the
|
||||
* normalized form of @str, or %NULL if @str is not
|
||||
* valid UTF-8.
|
||||
* Returns: (nullable): a newly allocated string, that
|
||||
* is the normalized form of @str, or %NULL if @str
|
||||
* is not valid UTF-8.
|
||||
**/
|
||||
gchar *
|
||||
g_utf8_normalize (const gchar *str,
|
||||
|
Loading…
Reference in New Issue
Block a user