mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02: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:
@@ -685,7 +685,7 @@ g_unichar_compose (gunichar a,
|
|||||||
* g_unichar_fully_decompose:
|
* g_unichar_fully_decompose:
|
||||||
* @ch: a Unicode character.
|
* @ch: a Unicode character.
|
||||||
* @compat: whether perform canonical or compatibility decomposition
|
* @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
|
* @result_len: length of @result
|
||||||
*
|
*
|
||||||
* Computes the canonical or compatibility decomposition of a
|
* Computes the canonical or compatibility decomposition of a
|
||||||
|
Reference in New Issue
Block a user