Function alpm_sys::alpm_trans_commit[][src]

pub unsafe extern "C" fn alpm_trans_commit(
    handle: *mut alpm_handle_t,
    data: *mut *mut alpm_list_t
) -> c_int
Expand description

Commit a transaction. @param handle the context handle @param data the address of an alpm_list where detailed description of an error can be dumped (i.e. list of conflicting files) @return 0 on success, -1 on error (pm_errno is set accordingly)