| Top |
| xmlDocPtr | cong_ui_parse_buffer () |
| void | cong_parser_result_add_issue () |
| GtkDialog * | cong_parser_result_dialog_new () |
| GtkDialog * | cong_error_dialog_new_file_open_failed_from_parser_error () |
| xmlParserCtxtPtr | cong_parse_from_filename () |
| xmlParserCtxtPtr | cong_parse_from_memory () |
xmlDocPtr cong_ui_parse_buffer (const char *buffer,GnomeVFSFileSize size,const gchar *string_uri,GtkWindow *parent_window);
TODO: Write me
void cong_parser_result_add_issue (CongParserResult *result,CongIssueType type,int linenum,gchar *description);
TODO: Write me
GtkDialog *
cong_parser_result_dialog_new (CongParserResult *parser_result);
TODO: Write me
GtkDialog * cong_error_dialog_new_file_open_failed_from_parser_error (const gchar *string_uri,CongParserResult *parser_result);
TODO: Write me
xmlParserCtxtPtr cong_parse_from_filename (const gchar *string_uri,CongParserResult *parser_result);
TODO: Write me