pub unsafe extern "C" fn alpm_pkg_should_ignore(
    handle: *mut alpm_handle_t,
    pkg: *mut alpm_pkg_t
) -> c_int
Expand description

Test if a package should be ignored. Checks if the package is ignored via IgnorePkg, or if the package is in a group ignored via IgnoreGroup. @param handle the context handle @param pkg the package to test @return 1 if the package should be ignored, 0 otherwise