| 42 G_DECLARE_FINAL_TYPE(PidginDebugWindow, pidgin_debug_window, PIDGIN, DEBUG_WINDOW, GtkWindow) |
42 G_DECLARE_FINAL_TYPE(PidginDebugWindow, pidgin_debug_window, PIDGIN, DEBUG_WINDOW, GtkWindow) |
| 43 |
43 |
| 44 /** |
44 /** |
| 45 * pidgin_debug_ui_new: |
45 * pidgin_debug_ui_new: |
| 46 * |
46 * |
| 47 * Initializes the GTK+ debug system. |
47 * Initializes the GTK debug system. |
| 48 */ |
48 */ |
| 49 PidginDebugUi *pidgin_debug_ui_new(void); |
49 PidginDebugUi *pidgin_debug_ui_new(void); |
| 50 |
50 |
| 51 /** |
51 /** |
| 52 * pidgin_debug_get_handle: |
52 * pidgin_debug_get_handle: |
| 53 * |
53 * |
| 54 * Get the handle for the GTK+ debug system. |
54 * Get the handle for the GTK debug system. |
| 55 * |
55 * |
| 56 * Returns: the handle to the debug system |
56 * Returns: the handle to the debug system |
| 57 */ |
57 */ |
| 58 void *pidgin_debug_get_handle(void); |
58 void *pidgin_debug_get_handle(void); |
| 59 |
59 |