markupParserFinish
fn
bool 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
context | A valid parse context that was returned from funcmarkup_parser_new |
attrList | address of return location for a [pango.attr_list.AttrList] |
text | address of return location for text with tags stripped |
accelChar | address of return location for accelerator char |
Returns
false if error is set, otherwise true
Throws
[ErrorWrap]