Mercurial > pidgin.yaz
changeset 30217:c35733244829
Add a comment about the add thumbnail op for PurpleXfer
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Thu, 15 Oct 2009 21:31:08 +0000 |
parents | 0db570ed5570 |
children | 5502f855ec2b |
files | libpurple/ft.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/ft.h Thu Oct 15 21:25:07 2009 +0000 +++ b/libpurple/ft.h Thu Oct 15 21:31:08 2009 +0000 @@ -120,6 +120,11 @@ */ void (*data_not_sent)(PurpleXfer *xfer, const guchar *buffer, gsize size); + /** + * Op to create a thumbnail image for a file transfer + * + * @param xfer The file transfer structure + */ void (*add_thumbnail)(PurpleXfer *xfer); } PurpleXferUiOps;