--- 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);