comparison libpurple/ft.h @ 17527:e62095e99db0

Add new function purple_xfer_get_remote_user. Expose the xfer-functions to dbus. Register the xfer's so dbus-scripts can play with them, and we don't get a runtime dbus-whining.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 27 May 2007 21:35:47 +0000
parents 516f14bef90e
children 44b4e8bd759b
comparison
equal deleted inserted replaced
17526:8bc2b7ec45c1 17527:e62095e99db0
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.