comparison src/conversation.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 083d1e4a9c78
children bf630f7dfdcd
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
1239 * Sets the UI operations structure to be used in all gaim conversation 1239 * Sets the UI operations structure to be used in all gaim conversation
1240 * windows. 1240 * windows.
1241 * 1241 *
1242 * @param ops The UI operations structure. 1242 * @param ops The UI operations structure.
1243 */ 1243 */
1244 void gaim_set_win_ui_ops(GaimWindowUiOps *ops); 1244 void gaim_conversations_set_win_ui_ops(GaimWindowUiOps *ops);
1245 1245
1246 /** 1246 /**
1247 * Returns the gaim window UI operations structure to be used in 1247 * Returns the gaim window UI operations structure to be used in
1248 * new windows. 1248 * new windows.
1249 * 1249 *
1250 * @return A filled-out GaimWindowUiOps structure. 1250 * @return A filled-out GaimWindowUiOps structure.
1251 */ 1251 */
1252 GaimWindowUiOps *gaim_get_win_ui_ops(void); 1252 GaimWindowUiOps *gaim_conversations_get_win_ui_ops(void);
1253 1253
1254 /*@}*/ 1254 /*@}*/
1255 1255
1256 /**************************************************************************/ 1256 /**************************************************************************/
1257 /** @name Conversations Subsystem */ 1257 /** @name Conversations Subsystem */