GME
13
|
#include <svn_props.h>
Public Attributes | |
const char * | path_or_url |
apr_hash_t * | prop_hash |
A structure to represent inherited properties.
Definition at line 92 of file svn_props.h.
const char* svn_prop_inherited_item_t::path_or_url |
The absolute working copy path, relative filesystem path, or URL from which the properties in prop_hash are inherited. (For details about which path specification format is in use for a particular instance of this structure, consult the documentation for the API which produced it.)
Definition at line 99 of file svn_props.h.
A hash of (const char *
) inherited property names, and (svn_string_t *
) property values.
Definition at line 103 of file svn_props.h.