libpurple/ft.h

branch
cpw.malu.ft_thumbnails
changeset 29465
6025eec92cf3
parent 28719
8552a73fc341
parent 28971
26b55b57d27e
child 30113
f60cbf3b3ca9
--- a/libpurple/ft.h	Tue Nov 03 18:27:07 2009 +0000
+++ b/libpurple/ft.h	Sun Nov 29 19:06:30 2009 +0000
@@ -165,7 +165,10 @@
 
 	PurpleXferStatusType status;    /**< File Transfer's status.             */
 
-	/* I/O operations. */
+	/** I/O operations, which should be set by the prpl using
+	 *  purple_xfer_set_init_fnc() and friends.  Setting #init is
+	 *  mandatory; all others are optional.
+	 */
 	struct
 	{
 		void (*init)(PurpleXfer *xfer);

mercurial