cpw.malu.ft_thumbnails: 787088ed: Add a comment about the add thumbnail op...

malu at pidgin.im malu at pidgin.im
Thu Oct 15 17:35:21 EDT 2009


-----------------------------------------------------------------
Revision: 787088ed111a5a80051cdedac170a0eae9bdadcc
Ancestor: 93344703940f4f028041d80b31defe093f971f5c
Author: malu at pidgin.im
Date: 2009-10-15T21:31:08
Branch: im.pidgin.cpw.malu.ft_thumbnails
URL: http://d.pidgin.im/viewmtn/revision/info/787088ed111a5a80051cdedac170a0eae9bdadcc

Modified files:
        libpurple/ft.h

ChangeLog: 

Add a comment about the add thumbnail op for PurpleXfer

-------------- next part --------------
============================================================
--- libpurple/ft.h	d00f90f20f125c9f6f96deee0678c680cc8ae124
+++ libpurple/ft.h	17c9c0c992d46fd5ff75bbe960c2b3498a615cca
@@ -120,6 +120,11 @@ typedef struct
 	 */
 	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;
 


More information about the Commits mailing list