[][src]Type Definition transmission_sys::tr_verify_done_func

type tr_verify_done_func = Option<unsafe extern "C" fn(torrent: *mut tr_torrent, aborted: bool, user_data: *mut c_void)>;

Callback function invoked when a torrent finishes being verified.

@param torrent the torrent that was verified @param aborted true if the verify ended prematurely for some reason, such as tr_torrentStop() or tr_torrentSetLocation() being called during verification. @param user_data the user-defined pointer from tr_torrentVerify()