Subversion
|
Data type to manage parsing of properties in patches. More...
#include <svn_diff.h>
Data Fields | |
const char * | name |
svn_diff_operation_kind_t | operation |
Represents the operation performed on the property. | |
apr_array_header_t * | hunks |
An array containing an svn_diff_hunk_t object for each hunk parsed from the patch associated with our property name. | |
Data type to manage parsing of properties in patches.
API users should not allocate structures of this type directly.
Definition at line 1202 of file svn_diff.h.