[][src]Function transmission_sys::tr_ctorNew

pub unsafe extern "C" fn tr_ctorNew(
    session_or_NULL: *const tr_session
) -> *mut tr_ctor

@brief Create a torrent constructor object used to instantiate a tr_torrent @param session_or_NULL the tr_session. This is required if you're going to call tr_torrentNew(), but you can use NULL for tr_torrentParse(). @see tr_torrentNew(), tr_torrentParse()