mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
expanded description of the behavior of tr_torrentParse().
This commit is contained in:
parent
142d2fe9dc
commit
0c2f5ac1ce
1 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue