GtkBuildableParser

A sub-parser for gtk.buildable.Buildable implementations.

Members

Variables

endElement
void function(GtkBuildableParseContext* context, const(char)* elementName, void* userData, GError** _err) endElement;

function called for close elements

error
void function(GtkBuildableParseContext* context, GError* error, void* userData) error;

function called on error

padding
void*[4] padding;
startElement
void function(GtkBuildableParseContext* context, const(char)* elementName, const(char*)* attributeNames, const(char*)* attributeValues, void* userData, GError** _err) startElement;

function called for open elements

text
void function(GtkBuildableParseContext* context, const(char)* text, size_t textLen, void* userData, GError** _err) text;

function called for character data