| 529 /*@{*/ |
529 /*@{*/ |
| 530 |
530 |
| 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 fnc The function. |
534 * @param ops The UI operations structure. |
| 535 */ |
535 */ |
| 536 void gaim_set_xfer_ui_ops(GaimXferUiOps *ops); |
536 void gaim_set_xfer_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. |