[][src]Type Definition alpm_sys::alpm_cb_download

type alpm_cb_download = Option<unsafe extern "C" fn(filename: *const c_char, xfered: off_t, total: off_t)>;

Type of download progress callbacks. @param filename the name of the file being downloaded @param xfered the number of transferred bytes @param total the total number of bytes to transfer