class Gtk::BuildableParseContext

Overview

An opaque context struct for Gtk::BuildableParser.

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/buildable_parse_context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

Instance Method Detail

def element : String? #

def element_stack : Enumerable(String) #

def pop : Pointer(Void)? #

def position : Nil #

def push(parser : Gtk::BuildableParser, user_data : Pointer(Void)?) : Nil #

def to_unsafe : Pointer(Void) #