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.
Constructors
Methods
- GLib.MarkupParseContext.prototype.end_parse
- GLib.MarkupParseContext.prototype.free
- GLib.MarkupParseContext.prototype.get_element
- GLib.MarkupParseContext.prototype.get_position
- GLib.MarkupParseContext.prototype.parse
- GLib.MarkupParseContext.prototype.push
- GLib.MarkupParseContext.prototype.ref
- GLib.MarkupParseContext.prototype.unref