pub unsafe extern "C" fn svn_wc_prop_set3(
name: *const c_char,
value: *const svn_string_t,
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
skip_checks: svn_boolean_t,
notify_func: svn_wc_notify_func2_t,
notify_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_prop_set4(), but with a #svn_wc_adm_access_t / relative path parameter pair, no @a depth parameter, no changelist filtering (for the depth-based property setting), and no cancellation.
@since New in 1.6. @deprecated Provided for backwards compatibility with the 1.6 API.