alpm_pkg_compute_requiredby

Computes the list of packages requiring a given package. The return value of this function is a newly allocated list of package names (char*), it should be freed by the caller. @param pkg a package @return the list of packages requiring pkg

extern (C)
alpm_pkg_compute_requiredby

Meta