svn_version_extended

Function svn_version_extended 

Source
pub unsafe extern "C" fn svn_version_extended(
    verbose: svn_boolean_t,
    pool: *mut apr_pool_t,
) -> *const svn_version_extended_t
Expand description

Return version information for the running program. If @a verbose is #TRUE, collect extra information that may be expensive to retrieve (for example, the OS release name, list of shared libraries, etc.). Use @a pool for all allocations.

@note This function may allocate significant auxiliary resources (memory and file descriptors) in @a pool. It is recommended to copy the returned data to suitable longer-lived memory and clear @a pool after calling this function.

@since New in 1.8.