| Conglomerate Programmer's Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
xmlDocPtr cong_ui_parse_buffer (const char *buffer,GnomeVFSFileSize size,const gchar *string_uri,GtkWindow *parent_window); void cong_parser_result_add_issue (CongParserResult *result,CongIssueType type,int linenum,gchar *description); GtkDialog * cong_parser_result_dialog_new (CongParserResult *parser_result); GtkDialog * cong_error_dialog_new_file_open_failed_from_parser_error (const gchar *string_uri,CongParserResult *parser_result); xmlParserCtxtPtr cong_parse_from_filename (const gchar *string_uri,CongParserResult *parser_result); xmlParserCtxtPtr cong_parse_from_memory (const char *buffer,GnomeVFSFileSize size,CongParserResult *parser_result);
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
xmlParserCtxtPtr cong_parse_from_memory (const char *buffer,GnomeVFSFileSize size,CongParserResult *parser_result);
TODO: Write me