Mercurial > pidgin
changeset 28637:0e70cbf43934
*** Plucked rev 3ad8ea46 (resiak@pidgin.im):
Document PurpleXfer.ops slightly
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 24 Nov 2009 17:14:59 +0000 |
parents | f5e31099a351 |
children | b5a4df52fb0f 90361789d5ac 1375fd2d9df2 |
files | libpurple/ft.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/ft.h Mon Nov 23 19:00:00 2009 +0000 +++ b/libpurple/ft.h Tue Nov 24 17:14:59 2009 +0000 @@ -160,7 +160,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);