Go to the source code of this file.
Functions | |
gboolean | load_file_to_analyse (heraia_window_t *main_window, gchar *filename) |
GladeXML * | load_glade_xml_file (GList *location_list, gchar *filename) |
gboolean load_file_to_analyse | ( | heraia_window_t * | main_window, | |
gchar * | filename | |||
) |
Loads the file 'filename' to analyse and populates the corresponfing structure 'main_window' as needed thus main_window and filename must NOT be NULL pointers
Definition at line 33 of file heraia_io.c.
References heraia_window_t::current_DW, data_window_t::current_hexwidget, heraia_window_t::filename, heraia_get_widget(), heraia_hex_document_new(), log_message(), xml_t::main, update_main_window_name(), and heraia_window_t::xmls.
Referenced by main(), and on_ouvrir1_activate().
GladeXML* load_glade_xml_file | ( | GList * | location_list, | |
gchar * | filename | |||
) |
Definition at line 124 of file heraia_io.c.
References load_glade_xml_if_it_exists().
Referenced by load_heraia_glade_xml(), and load_plugin_glade_xml().