markupParserFinish

fnbool markupParserFinish(glib.markup_parse_context.MarkupParseContext context, out pango.attr_list.AttrList attrList, out string text, out dchar accelChar)

Finishes parsing markup.

After feeding a Pango markup parser some data with [glib.markup_parse_context.MarkupParseContext.parse], use this function to get the list of attributes and text out of the markup. This function will not free context, use [glib.markup_parse_context.MarkupParseContext.free] to do so.

Parameters

contextA valid parse context that was returned from funcmarkup_parser_new
attrListaddress of return location for a [pango.attr_list.AttrList]
textaddress of return location for text with tags stripped
accelCharaddress of return location for accelerator char

Returns

false if error is set, otherwise true

Throws

[ErrorWrap]