heraia_errors.h File Reference


Detailed Description

Header file for handling errors.

Definition in file heraia_errors.h.

This graph shows which files directly or indirectly include this file:

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 Documentation

#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.

Todo:
We may use errno to have more accurate file errors

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

Malloc error, you may get into trouble.

Definition at line 48 of file heraia_errors.h.

#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


Generated on Sat Mar 14 13:44:44 2009 for Heraia by  doxygen 1.5.6