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

Get whether or not checking for free space before installing packages is enabled. @param handle the context handle @return 0 if disabled, 1 if enabled