Function alpm_sys::alpm_checkconflicts
source · pub unsafe extern "C" fn alpm_checkconflicts(
handle: *mut alpm_handle_t,
pkglist: *mut alpm_list_t
) -> *mut alpm_list_t
Expand description
Check the package conflicts in a database
@param handle the context handle @param pkglist the list of packages to check
@return an alpm_list_t of alpm_conflict_t