Signals to the #GMarkupParseContext that all data has been fed into the parse context with glib.markup_parse_context.MarkupParseContext.parse.
Retrieves the name of the currently open element.
Retrieves the element stack from the internal state of the parser.
Retrieves the current line number and the number of the character on that line. Intended for use in error messages; there are no strict semantics for what constitutes the "current" line number other than "the best number we could come up with for error messages."
Returns the user_data associated with context.
Feed some data to the #GMarkupParseContext.
Completes the process of a temporary sub-parser redirection.
Temporarily redirects markup data to a sub-parser.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A parse context is used to parse a stream of bytes that you expect to contain marked-up text.
See glib.markup_parse_context.MarkupParseContext.new_, #GMarkupParser, and so on for more details.