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

Unregister all package databases. Databases can not be unregistered while there is an active transaction.

@param handle the context handle @return 0 on success, -1 on error (pm_errno is set accordingly)