pidgin 2.14.14dev
gtkdebug.h File Reference

GTK+ Debug API. More...

#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. More...
 
void pidgin_debug_window_show (void)
 Shows the debug window.
 
void pidgin_debug_window_hide (void)
 Hides the debug window.
 
PurpleDebugUiOpspidgin_debug_get_ui_ops (void)
 Returns the UI operations structure for GTK+ debug output. More...
 

Detailed Description

GTK+ Debug API.

Definition in file gtkdebug.h.

Function Documentation

◆ pidgin_debug_get_handle()

void * pidgin_debug_get_handle ( void  )

Get the handle for the GTK+ debug system.

Returns
the handle to the debug system

◆ pidgin_debug_get_ui_ops()

PurpleDebugUiOps * pidgin_debug_get_ui_ops ( void  )

Returns the UI operations structure for GTK+ debug output.

Returns
The GTK+ UI debug operations structure.