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.
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.