Changeset 2217


Ignore:
Timestamp:
Jun 28, 2007, 1:20:10 AM (16 years ago)
Author:
charles
Message:

better documentation on tr_torrentParse()'s behavior

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/transmission.h

    r2210 r2217  
    284284 " "setme_info" can be NULL if you don't need the information.
    285285 * If the metainfo can be parsed and setme_info is non-NULL,
    286  * it will be filled with the metadata's info.
     286 * it will be filled with the metadata's info.  You'll need to
     287 * call tr_metainfoFree( setme_info ) when done with it.
    287288 */
    288289int tr_torrentParse( const tr_handle_t  * handle,
Note: See TracChangeset for help on using the changeset viewer.