comparison src/ft.h @ 4539:05476ef20d58

[gaim-migrate @ 4818] Added gaim_xfer_is_completed() committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 06 Feb 2003 08:42:38 +0000
parents 009e206f260c
children a2c95c0d7333
comparison
equal deleted inserted replaced
4538:009e206f260c 4539:05476ef20d58
169 * @return The account. 169 * @return The account.
170 */ 170 */
171 struct gaim_account *gaim_xfer_get_account(const struct gaim_xfer *xfer); 171 struct gaim_account *gaim_xfer_get_account(const struct gaim_xfer *xfer);
172 172
173 /** 173 /**
174 * Returns the completed state for a file transfer.
175 *
176 * @param xfer The file transfer.
177 *
178 * @return The completed state.
179 */
180 gboolean gaim_xfer_is_completed(const struct gaim_xfer *xfer);
181
182 /**
174 * Returns the name of the file being sent or received. 183 * Returns the name of the file being sent or received.
175 * 184 *
176 * @param xfer The file transfer. 185 * @param xfer The file transfer.
177 * 186 *
178 * @return The filename. 187 * @return The filename.