comparison finch/gntft.h @ 30909:25e200cb3532

propagate from branch 'im.pidgin.pidgin' (head dca20e09164518b0f7a773edd7e9649f41d8873d) to branch 'im.pidgin.cpw.malu.xmpp.google_refactor' (head 7823c556f2d1bbca43f5ef9f0fea30cabc5d313f)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 31 Aug 2010 18:28:10 +0000
parents 1cdae196aac8
children
comparison
equal deleted inserted replaced
30908:c44ec533a48c 30909:25e200cb3532
70 * @param xfer The file transfer. 70 * @param xfer The file transfer.
71 */ 71 */
72 void finch_xfer_dialog_remove_xfer(PurpleXfer *xfer); 72 void finch_xfer_dialog_remove_xfer(PurpleXfer *xfer);
73 73
74 /** 74 /**
75 * Indicate in a file transfer dialog that a transfer was canceled. 75 * Indicate in a file transfer dialog that a transfer was cancelled.
76 * 76 *
77 * @param xfer The file transfer that was canceled. 77 * @param xfer The file transfer that was cancelled.
78 */ 78 */
79 void finch_xfer_dialog_cancel_xfer(PurpleXfer *xfer); 79 void finch_xfer_dialog_cancel_xfer(PurpleXfer *xfer);
80 80
81 /** 81 /**
82 * Updates the information for a transfer in the dialog. 82 * Updates the information for a transfer in the dialog.