comparison src/ft.h @ 11281:920a37a4c1be

[gaim-migrate @ 13478] Patch from Sadrul Habib Chowdhury, with a bit of hacking from me, to add file transfer signals committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 16 Aug 2005 20:44:27 +0000
parents bd8ac1d4b2f2
children cbebda5f019c
comparison
equal deleted inserted replaced
11280:65658ff2deb8 11281:920a37a4c1be
556 /** @name UI Registration Functions */ 556 /** @name UI Registration Functions */
557 /**************************************************************************/ 557 /**************************************************************************/
558 /*@{*/ 558 /*@{*/
559 559
560 /** 560 /**
561 * Returns the handle to the file transfer subsystem
562 *
563 * @return The handle
564 */
565 void *gaim_xfers_get_handle(void);
566
567 /**
568 * Initializes the file transfer subsystem
569 */
570 void gaim_xfers_init(void);
571
572 /**
573 * Uninitializes the file transfer subsystem
574 */
575 void gaim_xfers_uninit(void);
576
577 /**
561 * Sets the UI operations structure to be used in all gaim file transfers. 578 * Sets the UI operations structure to be used in all gaim file transfers.
562 * 579 *
563 * @param ops The UI operations structure. 580 * @param ops The UI operations structure.
564 */ 581 */
565 void gaim_xfers_set_ui_ops(GaimXferUiOps *ops); 582 void gaim_xfers_set_ui_ops(GaimXferUiOps *ops);