comparison src/gtkdebug.h @ 7035:feb3d21a7794

[gaim-migrate @ 7598] Standardized the UI op accessor functions in every file. They're now properly namespaced. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 29 Sep 2003 23:39:02 +0000
parents 059d95c67cda
children fa6395637e2c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
3 * @ingroup gtkui 3 * @ingroup gtkui
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> 7 * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
43 /** 43 /**
44 * Returns the UI operations structure for GTK debug output. 44 * Returns the UI operations structure for GTK debug output.
45 * 45 *
46 * @return The GTK UI debug operations structure. 46 * @return The GTK UI debug operations structure.
47 */ 47 */
48 GaimDebugUiOps *gaim_get_gtk_debug_ui_ops(void); 48 GaimDebugUiOps *gaim_gtk_debug_get_ui_ops(void);
49 49
50 #endif /* _GAIM_GTK_DEBUG_H_ */ 50 #endif /* _GAIM_GTK_DEBUG_H_ */