Mercurial > pidgin.yaz
changeset 13009:661bce46758b
[gaim-migrate @ 15362]
This is more correct.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 23 Jan 2006 04:17:27 +0000 |
parents | de3b092f1175 |
children | e348ed834acc |
files | src/ft.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ft.h Mon Jan 23 04:10:25 2006 +0000 +++ b/src/ft.h Mon Jan 23 04:17:27 2006 +0000 @@ -264,7 +264,7 @@ const char *gaim_xfer_get_local_filename(const GaimXfer *xfer); /** - * Returns the number of bytes sent so far. + * Returns the number of bytes sent (or received) so far. * * @param xfer The file transfer. * @@ -273,11 +273,11 @@ size_t gaim_xfer_get_bytes_sent(const GaimXfer *xfer); /** - * Returns the number of bytes received so far. + * Returns the number of bytes remaining to send or receive. * * @param xfer The file transfer. * - * @return The number of bytes received. + * @return The number of bytes remaining. */ size_t gaim_xfer_get_bytes_remaining(const GaimXfer *xfer);