Function alpm_sys::alpm_option_set_default_siglevel[][src]

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

Set the default siglevel. @param handle the context handle @param level a \link alpm_siglevel_t \endlink bitfield of the level to set @return 0 on success, -1 on error (pm_errno is set accordingly)