[][src]Function alpm_sys_fork::alpm_pkg_get_isize

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

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