BuildableParseContext
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
[ Compact ]
public class BuildableParseContext
An opaque context struct for `GtkBuildableParser`.
Content:
Methods:
- public unowned string? get_element ()
Retrieves the name of the currently open element.
- public unowned GenericArray<string> get_element_stack ()
Retrieves the element stack from the internal state of the parser.
- public void get_position (out int line_number, out int char_number)
Retrieves the current line number and the number of the character on that
line.
- public void* pop ()
Completes the process of a temporary sub-parser redirection.
- public void push (BuildableParser parser, void* user_data)
Temporarily redirects markup data to a sub-parser.