markupParserFinish

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 glib.markup_parse_context.MarkupParseContext

A valid parse context that was returned from funcmarkup_parser_new

attrList pango.attr_list.AttrList

address of return location for a pango.attr_list.AttrList

text string

address of return location for text with tags stripped

accelChar dchar

address of return location for accelerator char

Return Value

Type: bool

false if error is set, otherwise true