From 81d96f58988a49b2b148b46332ea85017ff9e92b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 29 Nov 2023 12:03:15 +0000 Subject: [PATCH] gmarkup: Add a missing (element-type) annotation Fixes a g-ir-scanner warning. Signed-off-by: Philip Withnall Helps: #3037 --- glib/gmarkup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gmarkup.c b/glib/gmarkup.c index 6c07010db..f838ab010 100644 --- a/glib/gmarkup.c +++ b/glib/gmarkup.c @@ -1885,7 +1885,7 @@ g_markup_parse_context_get_element (GMarkupParseContext *context) * would merely return the name of the element that is being * processed. * - * Returns: the element stack, which must not be modified + * Returns: (element-type utf8): the element stack, which must not be modified * * Since: 2.16 */