comparison src/core.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 0f78db521e70
children 25a616f16b6c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
90 /** 90 /**
91 * Sets the UI ops for the core. 91 * Sets the UI ops for the core.
92 * 92 *
93 * @param A UI ops structure for the core. 93 * @param A UI ops structure for the core.
94 */ 94 */
95 void gaim_set_core_ui_ops(GaimCoreUiOps *ops); 95 void gaim_core_set_ui_ops(GaimCoreUiOps *ops);
96 96
97 /** 97 /**
98 * Returns the UI ops for the core. 98 * Returns the UI ops for the core.
99 * 99 *
100 * @return The core's UI ops structure. 100 * @return The core's UI ops structure.
101 */ 101 */
102 GaimCoreUiOps *gaim_get_core_ui_ops(void); 102 GaimCoreUiOps *gaim_core_get_ui_ops(void);
103 103
104 #ifdef __cplusplus 104 #ifdef __cplusplus
105 } 105 }
106 #endif 106 #endif
107 107