From d8483ef6969ea1227632e1bfb094d827daa869d5 Mon Sep 17 00:00:00 2001 From: "G.Willems" Date: Thu, 29 Jun 2023 23:55:08 +0200 Subject: [PATCH] guniprop: fix param direction in g_unichar_get_mirror_char(), for introspection --- glib/guniprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/guniprop.c b/glib/guniprop.c index d1363e546..a8aa77646 100644 --- a/glib/guniprop.c +++ b/glib/guniprop.c @@ -1236,7 +1236,7 @@ g_utf8_casefold (const gchar *str, /** * g_unichar_get_mirror_char: * @ch: a Unicode character - * @mirrored_ch: location to store the mirrored character + * @mirrored_ch: (out): location to store the mirrored character * * In Unicode, some characters are "mirrored". This means that their * images are mirrored horizontally in text that is laid out from right