comparison libpurple/ft.h @ 20875:4511d15a8f80

Doxygen @since tags for libpurple and pidgin.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 10 Oct 2007 04:23:53 +0000
parents f296be2a1039
children b99d6d21cd79
comparison
equal deleted inserted replaced
20874:acf284962b40 20875:4511d15a8f80
240 * Returns the name of the remote user. 240 * Returns the name of the remote user.
241 * 241 *
242 * @param xfer The file transfer. 242 * @param xfer The file transfer.
243 * 243 *
244 * @return The name of the remote user. 244 * @return The name of the remote user.
245 *
246 * @since 2.1.0
245 */ 247 */
246 const char *purple_xfer_get_remote_user(const PurpleXfer *xfer); 248 const char *purple_xfer_get_remote_user(const PurpleXfer *xfer);
247 249
248 /** 250 /**
249 * Returns the status of the xfer. 251 * Returns the status of the xfer.