Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.MarkupParser

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GMarkupParser
Struct : MarkupParser
Any of the fields in GMarkupParser can be NULL, in which case they
will be ignored. Except for the error function, any of these callbacks
can set an error; in particular the G_MARKUP_ERROR_UNKNOWN_ELEMENT,
G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE, and G_MARKUP_ERROR_INVALID_CONTENT
errors are intended to be set from these callbacks. If you set an error
from a callback, g_markup_parse_context_parse() will report that error
back to its caller.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GLib.MarkupParser ()
Create a new GLib.MarkupParser
Create a new GLib.MarkupParser
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib.MarkupParseContext
Method
push (MarkupParser parser, void* user_data) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:29 GMT+0800 (HKT)