Function gnunet_sys::GNUNET_CONFIGURATION_iterate[][src]

pub unsafe extern "C" fn GNUNET_CONFIGURATION_iterate(
    cfg: *const GNUNET_CONFIGURATION_Handle,
    iter: GNUNET_CONFIGURATION_Iterator,
    iter_cls: *mut c_void
)

Iterate over all options in the configuration.

@param cfg configuration to inspect @param iter function to call on each option @param iter_cls closure for @a iter