GLib.MarkupParseContext

const GLib = imports.gi.GLib;

let markupParseContext = new GLib.MarkupParseContext(parser: GLib.MarkupParser, flags: GLib.MarkupParseFlags, user_data: void, user_data_dnotify: GLib.DestroyNotify);
  

A parse context is used to parse a stream of bytes that you expect to contain marked-up text.

See GLib.MarkupParseContext.new, GLib.MarkupParser, and so on for more details.