pub unsafe extern "C" fn svn_wc_prop_list2(
props: *mut *mut apr_hash_t,
wc_ctx: *mut svn_wc_context_t,
local_abspath: *const c_char,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Set @a *props to a hash table mapping char * names onto svn_string_t * values for all the regular properties of @a local_abspath. Allocate the table, names, and values in @a result_pool. If the node has no properties, then an empty hash is returned. Use @a wc_ctx to access the working copy, and @a scratch_pool for temporary allocations.
If the node does not exist, #SVN_ERR_WC_PATH_NOT_FOUND is returned.
@since New in 1.7.