expanded description of the behavior of tr_torrentParse().

This commit is contained in:
Charles Kerr 2008-02-28 02:43:28 +00:00
parent 142d2fe9dc
commit 0c2f5ac1ce
1 changed files with 3 additions and 2 deletions

View File

@ -422,8 +422,9 @@ typedef struct tr_info tr_info;
* Returns TR_EDUPLICATE if it parsed but can't be added.
* "destination" must be set to test for TR_EDUPLICATE.
*
* If "setme_info" is non-NULL, the parsed metainfo is stored there
* and will need to be freed by the caller via tr_metainfoFree().
* If parsing is successful and setme_info is non-NULL, the parsed
* metainfo is stored there and will need to be freed by the caller
* via tr_metainfoFree().
*/
int tr_torrentParse( const tr_handle * handle,
const tr_ctor * ctor,