Function alpm_sys::alpm_pkg_get_installdate[][src]

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

Returns the install timestamp of the package. @param pkg a pointer to package @return the timestamp of the install time