Type Definition gnunet_sys::GNUNET_CONFIGURATION_Iterator[][src]

type GNUNET_CONFIGURATION_Iterator = Option<unsafe extern "C" fn(cls: *mut c_void, section: *const c_char, option: *const c_char, value: *const c_char)>;

Function to iterate over options.

@param cls closure @param section name of the section @param option name of the option @param value value of the option