[][src]Function transmission_sys::tr_torrentGetFilePriorities

pub unsafe extern "C" fn tr_torrentGetFilePriorities(
    torrent: *const tr_torrent
) -> *mut tr_priority_t

@brief Get this torrent's file priorities.

@return A malloc()ed array of tor->info.fileCount items, each holding a TR_PRI_NORMAL, TR_PRI_HIGH, or TR_PRI_LOW. It's the caller's responsibility to free() this.