pub unsafe extern "C" fn alpm_trans_get_remove(
    handle: *mut alpm_handle_t
) -> *mut alpm_list_t
Expand description

Returns the list of packages removed by the transaction. @param handle the context handle @return a list of alpm_pkg_t structures