geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
#include <glib.h>
Go to the source code of this file.
Functions | |
void | log_handlers_init (void) |
void | log_finalize (void) |
void | log_show_debug_messages_dialog (void) |
void log_finalize | ( | void | ) |
Definition at line 218 of file log.c.
References log_buffer, and NULL.
Referenced by do_main_quit().
void log_handlers_init | ( | void | ) |
Definition at line 151 of file log.c.
References handler_log(), handler_print(), handler_printerr(), log_buffer, and NULL.
Referenced by main_lib().
void log_show_debug_messages_dialog | ( | void | ) |
Definition at line 181 of file log.c.
References _, dialog, DIALOG_RESPONSE_CLEAR, dialog_textbuffer, gtk_container_add(), gtk_widget_show_all(), main_widgets, NULL, on_dialog_response(), ui_dialog_vbox_new(), update_dialog(), and GeanyMainWidgets::window.
Referenced by on_debug_messages1_activate().