TypeScript API Documentation for PANGO
API Version: 1.0
Library Version: 1.57.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 1.31.0
Finishes parsing markup.
After feeding a Pango markup parser some data with GLib.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.MarkupParseContext.free to do so.
context
A valid parse context that was returned from markup_parser_new
false if error is set, otherwise true
false
error
true
1.31.0
Finishes parsing markup.
After feeding a Pango markup parser some data with GLib.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.MarkupParseContext.free to do so.