#include <stdarg.h>
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | DBG(format, args...) |
#define | ERR(format, args...) |
#define | DBG_ASSERT(test) |
#define | DBG_ENTRY |
#define | DBG_EXIT |
#define DBG | ( | format, | |||
args... | ) |
Definition at line 24 of file erkeyb/include/logging.h.
Referenced by button_log_destroy(), ergtk_im_context_erkeyb_register_type(), ergtk_keyb_button_clicked_event_cb(), ergtk_keyb_init_fakekey(), ergtk_keyb_reset_keymap(), focus_in_callback(), focus_out_callback(), image_log_destroy(), keyboard_hide(), keyboard_show(), label_log_destroy(), my_io_callback(), and on_sigterm().
#define DBG_ASSERT | ( | test | ) |
Definition at line 41 of file erkeyb/include/logging.h.
Referenced by destroy_keyboard(), ergtk_keyb_button_clicked_event_cb(), ergtk_keyb_finalize(), ergtk_keyb_populate(), ergtk_keyb_populate_real(), ergtk_keyb_send_key(), ergtk_keyb_send_keysym(), ergtk_keyb_string_free(), erkeyb_client_init(), finish_app_cb(), keyboard_hide(), keyboard_show(), main(), my_io_callback(), and realize_keyboard().
#define DBG_ENTRY |
Definition at line 55 of file erkeyb/include/logging.h.
Referenced by destroy_keyboard(), ergtk_im_context_erkeyb_class_init(), ergtk_im_context_erkeyb_finalize(), ergtk_im_context_erkeyb_focus_in(), ergtk_im_context_erkeyb_focus_out(), ergtk_im_context_erkeyb_init(), ergtk_im_context_erkeyb_new(), ergtk_im_context_erkeyb_register_type(), ergtk_im_context_erkeyb_set_client_window(), ergtk_keyb_button_clicked_event_cb(), ergtk_keyb_class_init(), ergtk_keyb_finalize(), ergtk_keyb_init(), ergtk_keyb_new(), ergtk_keyb_populate(), ergtk_keyb_populate_real(), ergtk_keyb_redraw_keyboard(), ergtk_keyb_reset_keymap(), ergtk_keyb_send_key(), ergtk_keyb_send_keysym(), erkeyb_client_hide(), erkeyb_client_init(), erkeyb_client_show(), erkeyb_client_term(), finish_app_cb(), focus_in_callback(), focus_out_callback(), im_module_create(), im_module_exit(), im_module_init(), keyboard_hide(), keyboard_show(), main(), my_io_callback(), on_highlight_expired(), on_sigterm(), and realize_keyboard().
#define DBG_EXIT |
Definition at line 56 of file erkeyb/include/logging.h.
Referenced by destroy_keyboard(), ergtk_im_context_erkeyb_class_init(), ergtk_im_context_erkeyb_finalize(), ergtk_im_context_erkeyb_focus_in(), ergtk_im_context_erkeyb_focus_out(), ergtk_im_context_erkeyb_init(), ergtk_im_context_erkeyb_new(), ergtk_im_context_erkeyb_register_type(), ergtk_im_context_erkeyb_set_client_window(), ergtk_keyb_button_clicked_event_cb(), ergtk_keyb_class_init(), ergtk_keyb_finalize(), ergtk_keyb_init(), ergtk_keyb_init_fakekey(), ergtk_keyb_new(), ergtk_keyb_populate(), ergtk_keyb_populate_real(), ergtk_keyb_redraw_keyboard(), ergtk_keyb_reset_keymap(), ergtk_keyb_send_key(), ergtk_keyb_send_keysym(), erkeyb_client_hide(), erkeyb_client_init(), erkeyb_client_show(), erkeyb_client_term(), finish_app_cb(), focus_in_callback(), focus_out_callback(), im_module_create(), im_module_exit(), im_module_init(), keyboard_hide(), keyboard_show(), main(), my_io_callback(), on_highlight_expired(), on_sigterm(), and realize_keyboard().
#define ERR | ( | format, | |||
args... | ) |
Definition at line 25 of file erkeyb/include/logging.h.
Referenced by ergtk_im_context_erkeyb_init(), ergtk_keyb_init_fakekey(), erkeyb_client_init(), and im_module_create().