svn_depth_to_word

Function svn_depth_to_word 

Source
pub unsafe extern "C" fn svn_depth_to_word(
    depth: svn_depth_t,
) -> *const c_char
Expand description

Return a constant string expressing @a depth as an English word, e.g., “infinity”, “immediates”, etc. The string is not localized, as it may be used for client<->server communications.

@since New in 1.5.