#include <goffice/app/goffice-app.h>
#include <glib.h>
Go to the source code of this file.
#define GO_INIT_RET_ERROR_INFO | ( | ret_error | ) |
G_STMT_START { \ g_assert (ret_error != NULL); \ *ret_error = NULL; \ } G_STMT_END
enum GOSeverity |
void go_error_info_add_details | ( | GOErrorInfo * | error, | |
GOErrorInfo * | details | |||
) |
References _GOErrorInfo::details, and _GOErrorInfo::msg.
Referenced by go_error_info_new_str_with_details().
void go_error_info_add_details_list | ( | GOErrorInfo * | error, | |
GSList * | details | |||
) |
References _GOErrorInfo::details, and _GOErrorInfo::msg.
Referenced by go_error_info_new_str_with_details_list().
void go_error_info_free | ( | GOErrorInfo * | error | ) |
References _GOErrorInfo::details, go_error_info_free(), and _GOErrorInfo::msg.
Referenced by go_error_info_free().
GOErrorInfo* go_error_info_new_from_errno | ( | void | ) |
References go_error_info_new_str().
GOErrorInfo* go_error_info_new_from_error_list | ( | GSList * | errors | ) |
References go_error_info_new_str_with_details_list().
GOErrorInfo* go_error_info_new_printf | ( | char const * | msg_format, | |
... | ||||
) |
GOErrorInfo* go_error_info_new_str | ( | char const * | msg | ) |
GOErrorInfo* go_error_info_new_str_with_details | ( | char const * | msg, | |
GOErrorInfo * | details | |||
) |
References abicollab::service::error(), go_error_info_add_details(), and go_error_info_new_str().
GOErrorInfo* go_error_info_new_str_with_details_list | ( | char const * | msg, | |
GSList * | details | |||
) |
References abicollab::service::error(), go_error_info_add_details_list(), and go_error_info_new_str().
Referenced by go_error_info_new_from_error_list().
GOErrorInfo* GOErrorInfo* go_error_info_new_vprintf | ( | GOSeverity | severity, | |
char const * | msg_format, | |||
va_list | args | |||
) |
References _GOErrorInfo::details, GO_ERROR, GO_WARNING, _GOErrorInfo::msg, and _GOErrorInfo::severity.
Referenced by go_error_info_new_printf().
GSList* go_error_info_peek_details | ( | GOErrorInfo * | error | ) |
References _GOErrorInfo::details.
char const* go_error_info_peek_message | ( | GOErrorInfo * | error | ) |
References _GOErrorInfo::msg.
GOSeverity go_error_info_peek_severity | ( | GOErrorInfo * | error | ) |
References GO_ERROR, and _GOErrorInfo::severity.
void go_error_info_print | ( | GOErrorInfo * | error | ) |
References go_error_info_print_with_offset().
Referenced by abi_error_info().