pub unsafe extern "C" fn alpm_option_get_cachedirs(
handle: *mut alpm_handle_t,
) -> *mut alpm_list_t
Expand description
Gets the currently configured cachedirs, @param handle the context handle @return a char* list of cache directories
pub unsafe extern "C" fn alpm_option_get_cachedirs(
handle: *mut alpm_handle_t,
) -> *mut alpm_list_t
Gets the currently configured cachedirs, @param handle the context handle @return a char* list of cache directories