pub unsafe extern "C" fn svn_config_get_server_setting_bool(
cfg: *mut svn_config_t,
valuep: *mut svn_boolean_t,
server_group: *const c_char,
option_name: *const c_char,
default_value: svn_boolean_t,
) -> *mut svn_error_t
Expand description
Set @a *valuep according to @a option_name for a given @a server_group in @a cfg, or set to @a default_value if no value is specified.
Check first a default, then for an override in a server group. If a value is found but is not a valid boolean, return an SVN_ERR_BAD_CONFIG_VALUE error.
@since New in 1.6.