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

Enable/disable checking free space before installing packages. @param handle the context handle @param checkspace 0 for disabled, 1 for enabled