Function gnunet_sys::GNUNET_CONFIGURATION_set_value_string[][src]

pub unsafe extern "C" fn GNUNET_CONFIGURATION_set_value_string(
    cfg: *mut GNUNET_CONFIGURATION_Handle,
    section: *const c_char,
    option: *const c_char,
    value: *const c_char
)

Set a configuration value that should be a string.

@param cfg configuration to update @param section section of interest @param option option of interest @param value value to set