[][src]Function alpm_sys::alpm_pkg_get_files

pub unsafe extern "C" fn alpm_pkg_get_files(
    pkg: *mut alpm_pkg_t
) -> *mut alpm_filelist_t

Returns the list of files installed by pkg. The filenames are relative to the install root, and do not include leading slashes. @param pkg a pointer to package @return a pointer to a filelist object containing a count and an array of package file objects