comparison src/request.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 41120df7ed94
children 7d1909655fd0
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
3 * @ingroup core 3 * @ingroup core
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 *
833 * Sets the UI operations structure to be used when displaying a 833 * Sets the UI operations structure to be used when displaying a
834 * request. 834 * request.
835 * 835 *
836 * @param ops The UI operations structure. 836 * @param ops The UI operations structure.
837 */ 837 */
838 void gaim_set_request_ui_ops(GaimRequestUiOps *ops); 838 void gaim_request_set_ui_ops(GaimRequestUiOps *ops);
839 839
840 /** 840 /**
841 * Returns the UI operations structure to be used when displaying a 841 * Returns the UI operations structure to be used when displaying a
842 * request. 842 * request.
843 * 843 *
844 * @return The UI operations structure. 844 * @return The UI operations structure.
845 */ 845 */
846 GaimRequestUiOps *gaim_get_request_ui_ops(void); 846 GaimRequestUiOps *gaim_request_get_ui_ops(void);
847 847
848 /*@}*/ 848 /*@}*/
849 849
850 #ifdef __cplusplus 850 #ifdef __cplusplus
851 } 851 }