Files | |
file | gitkerrors.c |
libgitk error management | |
file | gitkerrors.h |
libgitk error codes | |
Functions | |
GitkErrorCode | gitk_get_error_code (void) |
get the last error code | |
gchar * | gitk_get_error_str (void) |
get the last error message |
|
get the last error code
Definition at line 53 of file gitkerrors.c. References gitk_error_code, and GitkErrorCode. Referenced by gitk_template_message_with_title(), main(), main_show(), test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), and test_gitk_widget_set_get_value(). |
|
get the last error message
Definition at line 61 of file gitkerrors.c. References gitk_error_str. Referenced by gitk_template_message_with_title(), main(), main_show(), test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), and test_gitk_widget_set_get_value(). |