comparison src/ft.h @ 5499:c8afb821df3e

[gaim-migrate @ 5895] DIE DO_ERROR_DIALOG()! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 23 May 2003 02:44:39 +0000
parents 5b678994929b
children 9eb5b13fd412
comparison
equal deleted inserted replaced
5498:cce2d7868c78 5499:c8afb821df3e
451 void gaim_xfer_cancel_remote(struct gaim_xfer *xfer); 451 void gaim_xfer_cancel_remote(struct gaim_xfer *xfer);
452 452
453 /** 453 /**
454 * Displays a file transfer-related error message. 454 * Displays a file transfer-related error message.
455 * 455 *
456 * This is a wrapper around do_error_dialog(), which automatically 456 * This is a wrapper around gaim_notify_error(), which automatically
457 * specifies a title ("File transfer to <i>user</i> aborted" or 457 * specifies a title ("File transfer to <i>user</i> aborted" or
458 * "File Transfer from <i>user</i> aborted"). 458 * "File Transfer from <i>user</i> aborted").
459 * 459 *
460 * @param type The type of file transfer. 460 * @param type The type of file transfer.
461 * @param who The user on the other end of the transfer. 461 * @param who The user on the other end of the transfer.