pub unsafe extern "C" fn alpm_pkg_get_xdata(
pkg: *mut alpm_pkg_t,
) -> *mut alpm_list_t
Expand description
Gets the extended data field of a package. @param pkg a pointer to package @return a reference to a list of alpm_pkg_xdata_t objects
pub unsafe extern "C" fn alpm_pkg_get_xdata(
pkg: *mut alpm_pkg_t,
) -> *mut alpm_list_t
Gets the extended data field of a package. @param pkg a pointer to package @return a reference to a list of alpm_pkg_xdata_t objects