comparison src/ft.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 b14442b31a9b
comparison
equal deleted inserted replaced
7034:f7ff0dfa6b9f 7035:feb3d21a7794
531 /** 531 /**
532 * Sets the UI operations structure to be used in all gaim file transfers. 532 * Sets the UI operations structure to be used in all gaim file transfers.
533 * 533 *
534 * @param ops The UI operations structure. 534 * @param ops The UI operations structure.
535 */ 535 */
536 void gaim_set_xfer_ui_ops(GaimXferUiOps *ops); 536 void gaim_xfers_set_ui_ops(GaimXferUiOps *ops);
537 537
538 /** 538 /**
539 * Returns the UI operations structure to be used in all gaim file transfers. 539 * Returns the UI operations structure to be used in all gaim file transfers.
540 * 540 *
541 * @return The UI operations structure. 541 * @return The UI operations structure.
542 */ 542 */
543 GaimXferUiOps *gaim_get_xfer_ui_ops(void); 543 GaimXferUiOps *gaim_xfers_get_ui_ops(void);
544 544
545 /*@}*/ 545 /*@}*/
546 546
547 #ifdef __cplusplus 547 #ifdef __cplusplus
548 } 548 }