pidgin/gtkdebug.h

branch
gtkdoc-conversion
changeset 35393
00f876b129bc
parent 32790
b95c7c504118
child 35416
35c615531b2a
child 37023
d9bcdc9a91e6
equal deleted inserted replaced
35392:cc123f0d84af 35393:00f876b129bc
41 void pidgin_debug_uninit(void); 41 void pidgin_debug_uninit(void);
42 42
43 /** 43 /**
44 * Get the handle for the GTK+ debug system. 44 * Get the handle for the GTK+ debug system.
45 * 45 *
46 * @return the handle to the debug system 46 * Returns: the handle to the debug system
47 */ 47 */
48 void *pidgin_debug_get_handle(void); 48 void *pidgin_debug_get_handle(void);
49 49
50 /** 50 /**
51 * Shows the debug window. 51 * Shows the debug window.
58 void pidgin_debug_window_hide(void); 58 void pidgin_debug_window_hide(void);
59 59
60 /** 60 /**
61 * Returns the UI operations structure for GTK+ debug output. 61 * Returns the UI operations structure for GTK+ debug output.
62 * 62 *
63 * @return The GTK+ UI debug operations structure. 63 * Returns: The GTK+ UI debug operations structure.
64 */ 64 */
65 PurpleDebugUiOps *pidgin_debug_get_ui_ops(void); 65 PurpleDebugUiOps *pidgin_debug_get_ui_ops(void);
66 66
67 G_END_DECLS 67 G_END_DECLS
68 68

mercurial