pub unsafe extern "C" fn svn_client_proplist3(
target: *const c_char,
peg_revision: *const svn_opt_revision_t,
revision: *const svn_opt_revision_t,
depth: svn_depth_t,
changelists: *const apr_array_header_t,
receiver: svn_proplist_receiver_t,
receiver_baton: *mut c_void,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_client_proplist4(), except that the @a receiver type is a #svn_proplist_receiver_t, @a get_target_inherited_props is always passed NULL, and there is no separate scratch pool.
@since New in 1.5. @deprecated Provided for backward compatibility with the 1.7 API.