| 15883:969b74a3e27a | 15884:4de1981757fc |
|---|---|
| 1 /** | 1 /** |
| 2 * @file gtkdebug.h GTK+ Debug API | 2 * @file gtkdebug.h GTK+ Debug API |
| 3 * @ingroup gtkui | 3 * @ingroup gtkui |
| 4 * | 4 * |
| 5 * gaim | 5 * purple |
| 6 * | 6 * |
| 7 * Pidgin is the legal property of its developers, whose names are too numerous | 7 * Pidgin is the legal property of its developers, whose names are too numerous |
| 8 * to list here. Please refer to the COPYRIGHT file distributed with this | 8 * to list here. Please refer to the COPYRIGHT file distributed with this |
| 9 * source distribution. | 9 * source distribution. |
| 10 * | 10 * |
| 57 /** | 57 /** |
| 58 * Returns the UI operations structure for GTK+ debug output. | 58 * Returns the UI operations structure for GTK+ debug output. |
| 59 * | 59 * |
| 60 * @return The GTK+ UI debug operations structure. | 60 * @return The GTK+ UI debug operations structure. |
| 61 */ | 61 */ |
| 62 GaimDebugUiOps *pidgin_debug_get_ui_ops(void); | 62 PurpleDebugUiOps *pidgin_debug_get_ui_ops(void); |
| 63 | 63 |
| 64 #endif /* _PIDGINDEBUG_H_ */ | 64 #endif /* _PIDGINDEBUG_H_ */ |