Function alpm_sys::alpm_pkg_get_isize[][src]

pub unsafe extern "C" fn alpm_pkg_get_isize(
    pkg: *mut alpm_pkg_t
) -> off_t
Expand description

Returns the installed size of the package. @param pkg a pointer to package @return the total size of files installed by the package.