resiak.file-transfer: 3ad8ea46: Document PurpleXfer.ops slightly

resiak at pidgin.im resiak at pidgin.im
Sat Sep 6 12:45:45 EDT 2008


-----------------------------------------------------------------
Revision: 3ad8ea46390b9ab2826cb6829c73d357767a2a5b
Ancestor: a0cac1fbb89605cef4680f9b8e61b73d701d360c
Author: resiak at pidgin.im
Date: 2008-08-17T14:54:21
Branch: im.pidgin.resiak.file-transfer
URL: http://d.pidgin.im/viewmtn/revision/info/3ad8ea46390b9ab2826cb6829c73d357767a2a5b

Modified files:
        libpurple/ft.h

ChangeLog: 

Document PurpleXfer.ops slightly

-------------- next part --------------
============================================================
--- libpurple/ft.h	3aa2704a0d52f381185179f08bd2dfab218e1d33
+++ libpurple/ft.h	fcda68b79ee9eeab0b15736f482ef731f8ef308f
@@ -120,7 +120,10 @@ struct _PurpleXfer
 
 	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);


More information about the Commits mailing list