alpm_pkg_find

Find a package in a list by name. @param haystack a list of alpm_pkg_t @param needle the package name @return a pointer to the package if found or NULL

extern (C)
alpm_pkg_find
(,
const(char)* needle
)

Meta