src/gtkrequest.h

changeset 7035
76bca80cd91d
parent 5480
bd0befec6d55
child 8046
c581b20a47d6
equal deleted inserted replaced
7034:b1d44fe5f072 7035:76bca80cd91d
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_ */

mercurial