#include <readfile.h>
Definition at line 50 of file readfile.h.
Data Fields | |
| const char * | eltname |
| void(* | start_handler )(gpointer self, const char **attrs) |
| void(* | end_handler )(gpointer self) |
| gpointer | user_data |
| const char* DuiParserElementPlugin_s::eltname |
Name of XML element that this plugin handles
Definition at line 53 of file readfile.h.
| void(* DuiParserElementPlugin_s::start_handler)(gpointer self, const char **attrs) |
Handler for the element, called with a pointer to this.
| void(* DuiParserElementPlugin_s::end_handler)(gpointer self) |
End handler (in case things were nested
| gpointer DuiParserElementPlugin_s::user_data |
pointer with which the above are called.
Definition at line 62 of file readfile.h.
1.5.5