svn_wc_get_status_editor4

Function svn_wc_get_status_editor4 

Source
pub unsafe extern "C" fn svn_wc_get_status_editor4(
    editor: *mut *const svn_delta_editor_t,
    edit_baton: *mut *mut c_void,
    set_locks_baton: *mut *mut c_void,
    edit_revision: *mut svn_revnum_t,
    anchor: *mut svn_wc_adm_access_t,
    target: *const c_char,
    depth: svn_depth_t,
    get_all: svn_boolean_t,
    no_ignore: svn_boolean_t,
    ignore_patterns: *const apr_array_header_t,
    status_func: svn_wc_status_func3_t,
    status_baton: *mut c_void,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    traversal_info: *mut svn_wc_traversal_info_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_wc_get_status_editor5, but using #svn_wc_status_func3_t instead of #svn_wc_status_func4_t. And @a server_performs_filtering always set to #TRUE.

This also uses a single pool parameter, stating that all temporary allocations are performed in manually constructed/destroyed subpool.

@since New in 1.6. @deprecated Provided for backward compatibility with the 1.6 API.