cong-parser-error

cong-parser-error

Functions

Description

Functions

cong_ui_parse_buffer ()

xmlDocPtr
cong_ui_parse_buffer (const char *buffer,
                      GnomeVFSFileSize size,
                      const gchar *string_uri,
                      GtkWindow *parent_window);

TODO: Write me

Returns


cong_parser_result_add_issue ()

void
cong_parser_result_add_issue (CongParserResult *result,
                              CongIssueType type,
                              int linenum,
                              gchar *description);

TODO: Write me


cong_parser_result_dialog_new ()

GtkDialog *
cong_parser_result_dialog_new (CongParserResult *parser_result);

TODO: Write me

Returns


cong_error_dialog_new_file_open_failed_from_parser_error ()

GtkDialog *
cong_error_dialog_new_file_open_failed_from_parser_error
                               (const gchar *string_uri,
                                CongParserResult *parser_result);

TODO: Write me

Returns


cong_parse_from_filename ()

xmlParserCtxtPtr
cong_parse_from_filename (const gchar *string_uri,
                          CongParserResult *parser_result);

TODO: Write me

Returns


cong_parse_from_memory ()

xmlParserCtxtPtr
cong_parse_from_memory (const char *buffer,
                        GnomeVFSFileSize size,
                        CongParserResult *parser_result);

TODO: Write me

Returns

Types and Values