GME  13
Public Attributes
svn_prop_patch_t Struct Reference

#include <svn_diff.h>

Collaboration diagram for svn_prop_patch_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

const char * name
svn_diff_operation_kind_t operation
apr_array_header_thunks

Detailed Description

Data type to manage parsing of properties in patches. API users should not allocate structures of this type directly.

Since:
New in 1.7.

Definition at line 1028 of file svn_diff.h.


Member Data Documentation

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.

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.


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