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