pub unsafe extern "C" fn alpm_trans_interrupt(
handle: *mut alpm_handle_t,
) -> c_int
Expand description
Interrupt a transaction. @param handle the context handle @return 0 on success, -1 on error (pm_errno is set accordingly)
pub unsafe extern "C" fn alpm_trans_interrupt(
handle: *mut alpm_handle_t,
) -> c_int
Interrupt a transaction. @param handle the context handle @return 0 on success, -1 on error (pm_errno is set accordingly)