GME  13
Public Attributes
svn_client_proplist_item_t Struct Reference

#include <svn_client.h>

Collaboration diagram for svn_client_proplist_item_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

svn_stringbuf_tnode_name
apr_hash_tprop_hash

Detailed Description

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

Deprecated:
Provided for backward compatibility with the 1.4 API.

Definition at line 346 of file svn_client.h.


Member Data Documentation

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

Definition at line 349 of file svn_client.h.

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

Definition at line 353 of file svn_client.h.


The documentation for this struct was generated from the following file: