pub unsafe extern "C" fn svn_client_propget4(
props: *mut *mut apr_hash_t,
propname: *const c_char,
target: *const c_char,
peg_revision: *const svn_opt_revision_t,
revision: *const svn_opt_revision_t,
actual_revnum: *mut svn_revnum_t,
depth: svn_depth_t,
changelists: *const apr_array_header_t,
ctx: *mut svn_client_ctx_t,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_client_propget5 but with @a inherited_props always passed as NULL.
@since New in 1.7. @deprecated Provided for backward compatibility with the 1.7 API.