Function alpm_sys::alpm_get_syncdbs
source · pub unsafe extern "C" fn alpm_get_syncdbs(
handle: *mut alpm_handle_t
) -> *mut alpm_list_t
Expand description
Get the list of sync databases. Returns a list of alpm_db_t structures, one for each registered sync database.
@param handle the context handle @return a reference to an internal list of alpm_db_t structures