|
Data Fields |
void(* | start_element )(GMarkupParseContext *context, const gchar *element_name, const gchar **attribute_names, const gchar **attribute_values, gpointer user_data, GError **error) |
void(* | end_element )(GMarkupParseContext *context, const gchar *element_name, gpointer user_data, GError **error) |
void(* | text )(GMarkupParseContext *context, const gchar *text, gsize text_len, gpointer user_data, GError **error) |
void(* | passthrough )(GMarkupParseContext *context, const gchar *passthrough_text, gsize text_len, gpointer user_data, GError **error) |
void(* | error )(GMarkupParseContext *context, GError *error, gpointer user_data) |