svn_client_proplist_item_t Struct Reference

This is a structure which stores a filename and a hash of property names and values. More...

#include <svn_client.h>


Data Fields

svn_stringbuf_tnode_name
 The name of the node on which these properties are set.
apr_hash_t * prop_hash
 A hash of (const char *) property names, and (svn_string_t *) property values.


Detailed Description

This is a structure which stores a filename and a hash of property names and values.

Definition at line 278 of file svn_client.h.


Field Documentation

svn_stringbuf_t* svn_client_proplist_item_t::node_name

The name of the node on which these properties are set.

Definition at line 281 of file svn_client.h.

apr_hash_t* svn_client_proplist_item_t::prop_hash

A hash of (const char *) property names, and (svn_string_t *) property values.

Definition at line 285 of file svn_client.h.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 28 11:38:01 2007 for Subversion by  doxygen 1.5.3