[][src]Type Definition transmission_sys::tr_torrent_completeness_func

type tr_torrent_completeness_func = Option<unsafe extern "C" fn(torrent: *mut tr_torrent, completeness: tr_completeness, wasRunning: bool, user_data: *mut c_void)>;

@param wasRunning whether or not the torrent was running when it changed its completeness state