pub unsafe extern "C" fn alpm_pkg_get_builddate(
pkg: *mut alpm_pkg_t,
) -> alpm_time_t
Expand description
Returns the build timestamp of the package. @param pkg a pointer to package @return the timestamp of the build time
pub unsafe extern "C" fn alpm_pkg_get_builddate(
pkg: *mut alpm_pkg_t,
) -> alpm_time_t
Returns the build timestamp of the package. @param pkg a pointer to package @return the timestamp of the build time