comparison src/debug.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 acc4376ce062
children fa6395637e2c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
157 * Sets the UI operations structure to be used when outputting debug 157 * Sets the UI operations structure to be used when outputting debug
158 * information. 158 * information.
159 * 159 *
160 * @param ops The UI operations structure. 160 * @param ops The UI operations structure.
161 */ 161 */
162 void gaim_set_debug_ui_ops(GaimDebugUiOps *ops); 162 void gaim_debug_set_ui_ops(GaimDebugUiOps *ops);
163 163
164 /** 164 /**
165 * Returns the UI operations structure used when outputting debug 165 * Returns the UI operations structure used when outputting debug
166 * information. 166 * information.
167 * 167 *
168 * @return The UI operations structure in use. 168 * @return The UI operations structure in use.
169 */ 169 */
170 GaimDebugUiOps *gaim_get_debug_ui_ops(void); 170 GaimDebugUiOps *gaim_debug_get_ui_ops(void);
171 171
172 /*@}*/ 172 /*@}*/
173 173
174 #ifdef __cplusplus 174 #ifdef __cplusplus
175 } 175 }