mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
gunidecomp: Fix a (nullable) annotation which should be (optional)
Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #872
This commit is contained in:
parent
92cd91cee6
commit
5380f417dc
@ -685,7 +685,7 @@ g_unichar_compose (gunichar a,
|
||||
* g_unichar_fully_decompose:
|
||||
* @ch: a Unicode character.
|
||||
* @compat: whether perform canonical or compatibility decomposition
|
||||
* @result: (nullable): location to store decomposed result, or %NULL
|
||||
* @result: (optional) (out caller-allocates): location to store decomposed result, or %NULL
|
||||
* @result_len: length of @result
|
||||
*
|
||||
* Computes the canonical or compatibility decomposition of a
|
||||
|
Loading…
Reference in New Issue
Block a user