Definition in file heraia_errors.h.
Go to the source code of this file.
Defines | |
#define | HERAIA_NOERR 0 |
No error occured, everything is fine. | |
#define | HERAIA_MEMORY_ERROR 1 |
Malloc error, you may get into trouble. | |
#define | HERAIA_NO_PLUGINS 2 |
When no plugin are found. | |
#define | HERAIA_FILE_ERROR 3 |
When an error on a file occurs. | |
#define | HERAIA_CANCELLED 4 |
an operation has been cancelled |
#define HERAIA_CANCELLED 4 |
an operation has been cancelled
Definition at line 51 of file heraia_errors.h.
Referenced by on_save_as_activate().
#define HERAIA_FILE_ERROR 3 |
When an error on a file occurs.
Definition at line 50 of file heraia_errors.h.
Referenced by heraia_hex_document_new(), heraia_hex_document_save(), and heraia_hex_document_save_as().
#define HERAIA_MEMORY_ERROR 1 |
#define HERAIA_NO_PLUGINS 2 |
When no plugin are found.
Definition at line 49 of file heraia_errors.h.
Referenced by init_heraia_plugin_system().
#define HERAIA_NOERR 0 |
No error occured, everything is fine.
Definition at line 47 of file heraia_errors.h.
Referenced by heraia_hex_document_new(), heraia_hex_document_save(), heraia_hex_document_save_as(), init_heraia_plugin_system(), load_file_to_analyse(), on_save_activate(), and on_save_as_activate().