#include <readfile.h>
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 |
| const char* DuiParserFieldPlugin_s::fieldname |
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.
| gpointer DuiParserFieldPlugin_s::user_data |
pointer with which the above are called.
Definition at line 81 of file readfile.h.
1.5.5