comparison libpurple/ft.h @ 18106:40d51793f2d7

propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5) to branch 'im.pidgin.pidgin' (head 7f1ffdbda951c2effec7bfbfa8148e9ce98e7669)
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Jun 2007 19:34:24 +0000
parents e62095e99db0
children 44b4e8bd759b
comparison
equal deleted inserted replaced
17938:9564b55f3c18 18106:40d51793f2d7
235 * @return The account. 235 * @return The account.
236 */ 236 */
237 PurpleAccount *purple_xfer_get_account(const PurpleXfer *xfer); 237 PurpleAccount *purple_xfer_get_account(const PurpleXfer *xfer);
238 238
239 /** 239 /**
240 * Returns the name of the remote user.
241 *
242 * @param xfer The file transfer.
243 *
244 * @return The name of the remote user.
245 */
246 const char *purple_xfer_get_remote_user(const PurpleXfer *xfer);
247
248 /**
240 * Returns the status of the xfer. 249 * Returns the status of the xfer.
241 * 250 *
242 * @param xfer The file transfer. 251 * @param xfer The file transfer.
243 * 252 *
244 * @return The status. 253 * @return The status.