BuildableParseContext

class BuildableParseContext(pointer: <Error class: unknown class><<Error class: unknown class>>)

An opaque context struct for GtkBuildableParser.

Skipped during bindings generation

  • method get_element_stack: C function gtk_buildable_parse_context_get_element_stack is ignored

  • parameter line_number: line_number: Out parameter is not supported

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Properties

Link copied to clipboard
val gtkBuildableParseContextPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard

Retrieves the name of the currently open element.

Link copied to clipboard
fun pop(): <Error class: unknown class>?

Completes the process of a temporary sub-parser redirection.

Link copied to clipboard
fun push(parser: BuildableParser, userData: <Error class: unknown class>? = null)

Temporarily redirects markup data to a sub-parser.