GMarkupParser.startElement

Callback to invoke when the opening tag of an element is seen. The callback's @attribute_names and @attribute_values parameters are null-terminated.

struct GMarkupParser
extern (C)
void function(GMarkupParseContext* context, const(char)* elementName, const(char*)* attributeNames, const(char*)* attributeValues, void* userData, GError** _err) startElement;