comparison src/connection.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 b90c94620d1c
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
260 /** 260 /**
261 * Sets the UI operations structure to be used for connections. 261 * Sets the UI operations structure to be used for connections.
262 * 262 *
263 * @param ops The UI operations structure. 263 * @param ops The UI operations structure.
264 */ 264 */
265 void gaim_set_connection_ui_ops(GaimConnectionUiOps *ops); 265 void gaim_connections_set_ui_ops(GaimConnectionUiOps *ops);
266 266
267 /** 267 /**
268 * Returns the UI operations structure used for connections. 268 * Returns the UI operations structure used for connections.
269 * 269 *
270 * @return The UI operations structure in use. 270 * @return The UI operations structure in use.
271 */ 271 */
272 GaimConnectionUiOps *gaim_get_connection_ui_ops(void); 272 GaimConnectionUiOps *gaim_connections_get_ui_ops(void);
273 273
274 /*@}*/ 274 /*@}*/
275 275
276 /**************************************************************************/ 276 /**************************************************************************/
277 /** @name Connections Subsystem */ 277 /** @name Connections Subsystem */