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
);
Return the error stored in the library. If no error, return ICAL_NO_ERROR.
Since 1.0
const gchar *
i_cal_error_strerror (ICalErrorEnum e
);
Translate the ICalErrorEnum to the string representation
Since 1.0
const gchar *
i_cal_error_perror (void
);
Get 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
);
Set the state to the corresponding error in the library.
Since 1.0
ICalErrorState
i_cal_error_get_error_state (ICalErrorEnum error
);
Get the state of an error
Since 1.0
ICalErrorState
i_cal_error_supress (const gchar *error
);
Suppress the error
Since 1.0
void i_cal_error_restore (const gchar *error
,ICalErrorState es
);
Restore the error to specified state
Since 1.0