comparison src/gtkrequest.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 f19620d8694f
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 *
28 /** 28 /**
29 * Returns the UI operations structure for GTK+ request functions. 29 * Returns the UI operations structure for GTK+ request functions.
30 * 30 *
31 * @return The GTK+ UI request operations structure. 31 * @return The GTK+ UI request operations structure.
32 */ 32 */
33 GaimRequestUiOps *gaim_get_gtk_request_ui_ops(void); 33 GaimRequestUiOps *gaim_gtk_request_get_ui_ops(void);
34 34
35 #endif /* _GAIM_GTK_REQUEST_H_ */ 35 #endif /* _GAIM_GTK_REQUEST_H_ */