#include "debug.h"
Include dependency graph for gtkdebug.h:

Go to the source code of this file.
Functions | |
| void | pidgin_debug_init (void) |
| Initializes the GTK+ debug system. | |
| void | pidgin_debug_uninit (void) |
| Uninitialized the GTK+ debug system. | |
| void * | pidgin_debug_get_handle (void) |
| Get the handle for the GTK+ debug system. | |
| void | pidgin_debug_window_show (void) |
| Shows the debug window. | |
| void | pidgin_debug_window_hide (void) |
| Hides the debug window. | |
| PurpleDebugUiOps * | pidgin_debug_get_ui_ops (void) |
| Returns the UI operations structure for GTK+ debug output. | |
Definition in file gtkdebug.h.
|
|
Get the handle for the GTK+ debug system.
|
|
|
Returns the UI operations structure for GTK+ debug output.
|