svn_config_enumerate_sections2

Function svn_config_enumerate_sections2 

Source
pub unsafe extern "C" fn svn_config_enumerate_sections2(
    cfg: *mut svn_config_t,
    callback: svn_config_section_enumerator2_t,
    baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> c_int
Expand description

Enumerate the sections, passing @a baton and the current section’s name to @a callback. Continue the enumeration if @a callback returns @c TRUE. Return the number of times @a callback was called.

§See kff’s comment to svn_config_enumerate2(). It applies to this

function, too. ###

@a callback’s @a name parameter is only valid for the duration of the call.

@since New in 1.3.