gmarkup: Add a missing (element-type) annotation

Fixes a g-ir-scanner warning.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-11-29 12:03:15 +00:00
parent 02725b9bbd
commit 81d96f5898

View File

@ -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
*/