Skip to main content

svn_fs_node_proplist

Function svn_fs_node_proplist 

Source
pub unsafe extern "C" fn svn_fs_node_proplist(
    table_p: *mut *mut apr_hash_t,
    root: *mut svn_fs_root_t,
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Set @a *table_p to the entire property list of @a path in @a root, as an APR hash table allocated in @a pool. The resulting table maps property names to pointers to #svn_string_t objects containing the property value.