#include <gmarkup.h>
Public Attributes | |
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, gint text_len, gpointer user_data, GError **error) |
void(* | passthrough )(GMarkupParseContext *context, const gchar *passthrough_text, gint text_len, gpointer user_data, GError **error) |
void(* | error )(GMarkupParseContext *context, GError *error, gpointer user_data) |
Definition at line 58 of file gmarkup.h.
void(* _GMarkupParser::start_element)(GMarkupParseContext *context, const gchar *element_name, const gchar **attribute_names, const gchar **attribute_values, gpointer user_data, GError **error) |
void(* _GMarkupParser::end_element)(GMarkupParseContext *context, const gchar *element_name, gpointer user_data, GError **error) |
void(* _GMarkupParser::text)(GMarkupParseContext *context, const gchar *text, gint text_len, gpointer user_data, GError **error) |
void(* _GMarkupParser::passthrough)(GMarkupParseContext *context, const gchar *passthrough_text, gint text_len, gpointer user_data, GError **error) |
void(* _GMarkupParser::error)(GMarkupParseContext *context, GError *error, gpointer user_data) |