DuiParserFieldPlugin_s Struct Reference

#include <readfile.h>


Detailed Description

Allow user-defined XML parsers for custom markup. When an XML field source or target element is eencountered, the 'handler' callback will be called.

Definition at line 69 of file readfile.h.


Data Fields

const char * fieldname
gboolean(* handler )(gpointer self, DuiField *fld, const char *row_context, const char **attrs)
gpointer user_data

Field Documentation

Name of XML element that this plugin handles

Definition at line 72 of file readfile.h.

gboolean(* DuiParserFieldPlugin_s::handler)(gpointer self, DuiField *fld, const char *row_context, const char **attrs)

Handler for the fieldname, called with a pointer to this. Handler shjould return TRUE if it handled the field, else return false.

pointer with which the above are called.

Definition at line 81 of file readfile.h.


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

Generated on Tue Apr 29 21:27:54 2008 for estron by  doxygen 1.5.5