#include <readfile.h>
Definition at line 85 of file readfile.h.
Data Fields | |
| const char * | plugin_name |
| const char *(* | handler )(gpointer self, DuiFieldMap *map, const char **attrs) |
| gpointer | user_data |
| const char* DuiParserTablePlugin_s::plugin_name |
Name of plugin, for debugging purposes only
Definition at line 88 of file readfile.h.
| const char*(* DuiParserTablePlugin_s::handler)(gpointer self, DuiFieldMap *map, const char **attrs) |
Handler for the fieldname, called with a pointer to this.
| gpointer DuiParserTablePlugin_s::user_data |
pointer with which the above are called.
Definition at line 94 of file readfile.h.
1.5.5