GLib.MarkupParseContext.prototype.end_parse
function end_parse(): Boolean { // Gjs wrapper for g_markup_parse_context_end_parse() }
Signals to the GLib.MarkupParseContext that all data has been fed into the parse context with GLib.MarkupParseContext.prototype.parse.
This function reports an error if the document isn't complete, for example if elements are still open.
- Returns
true on success, false if an error was set