- end_element
void function(GMarkupParseContext* context, const(gchar)* element_name, gpointer user_data, GError** error) end_element;
Undocumented in source.
- error
void function(GMarkupParseContext* context, GError* error, gpointer user_data) error;
Undocumented in source.
- passthrough
void function(GMarkupParseContext* context, const(gchar)* passthrough_text, gsize text_len, gpointer user_data, GError** error) passthrough;
Undocumented in source.
- start_element
void function(GMarkupParseContext* context, const(gchar)* element_name, const(gchar)** attribute_names, const(gchar)** attribute_values, gpointer user_data, GError** error) start_element;
Undocumented in source.
- text
void function(GMarkupParseContext* context, const(gchar)* text, gsize text_len, gpointer user_data, GError** error) text;
Undocumented in source.