_GMarkupParser Struct Reference

#include <gmarkup.h>

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)

Field Documentation

void(* _GMarkupParser::end_element)(GMarkupParseContext *context, const gchar *element_name, gpointer user_data, GError **error)
 
void(* _GMarkupParser::error)(GMarkupParseContext *context, GError *error, gpointer user_data)
 
void(* _GMarkupParser::passthrough)(GMarkupParseContext *context, const gchar *passthrough_text, gsize text_len, gpointer user_data, GError **error)
 
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::text)(GMarkupParseContext *context, const gchar *text, gsize text_len, gpointer user_data, GError **error)
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top