| Top |  |  |  |  | 
| void | i_cal_error_stop_here () | 
| void | i_cal_error_crash_here () | 
| ICalErrorEnum | i_cal_errno_return () | 
| void | i_cal_error_clear_errno () | 
| const gchar * | i_cal_error_strerror () | 
| const gchar * | i_cal_error_perror () | 
| void | i_cal_bt () | 
| void | i_cal_error_set_error_state () | 
| ICalErrorState | i_cal_error_get_error_state () | 
| void | i_cal_error_set_errno () | 
| ICalErrorState | i_cal_error_supress () | 
| void | i_cal_error_restore () | 
void
i_cal_error_crash_here (void);
Shout out the errors to the compiler.
Since: 1.0
ICalErrorEnum
i_cal_errno_return (void);
Returns the error stored in the library. If no error, return I_CAL_NO_ERROR.
Since: 1.0
const gchar *
i_cal_error_strerror (ICalErrorEnum e);
Translates the ICalErrorEnum to the string representation.
Since: 1.0
const gchar *
i_cal_error_perror (void);
Gets the ICalErrorEnum in the string representation. This method called the icalerrorno_return to get the current error.
Since: 1.0
void i_cal_error_set_error_state (ICalErrorEnum error,ICalErrorState state);
Sets the state to the corresponding error in the library.
Since: 1.0
ICalErrorState
i_cal_error_get_error_state (ICalErrorEnum error);
Gets the state of an error.
Since: 1.0
ICalErrorState
i_cal_error_supress (const gchar *error);
Suppresses the error.
Since: 1.0
void i_cal_error_restore (const gchar *error,ICalErrorState es);
Restores the error to specified state.
Since: 1.0