[][src]Function alpm_sys::alpm_pkg_get_replaces

pub unsafe extern "C" fn alpm_pkg_get_replaces(
    pkg: *mut alpm_pkg_t
) -> *mut alpm_list_t

Returns the list of packages to be replaced by pkg. @param pkg a pointer to package @return a reference to an internal list of alpm_depend_t structures.