Data Structures | |
| struct | svn_client_diff_summarize_t |
| A struct that describes the diff of an item. More... | |
Typedefs | |
| typedef svn_error_t *(*) | svn_client_diff_summarize_func_t (const svn_client_diff_summarize_t *diff, void *baton, apr_pool_t *pool) |
| A callback used in svn_client_diff_summarize2() and svn_client_diff_summarize_peg2() for reporting a diff summary. | |
Enumerations | |
| enum | svn_client_diff_summarize_kind_t { svn_client_diff_summarize_kind_normal, svn_client_diff_summarize_kind_added, svn_client_diff_summarize_kind_modified, svn_client_diff_summarize_kind_deleted } |
| The difference type in an svn_diff_summarize_t structure. More... | |
Functions | |
| svn_client_diff_summarize_t * | svn_client_diff_summarize_dup (const svn_client_diff_summarize_t *diff, apr_pool_t *pool) |
| Return a duplicate of diff, allocated in pool. | |
| typedef svn_error_t*(*) svn_client_diff_summarize_func_t(const svn_client_diff_summarize_t *diff, void *baton, apr_pool_t *pool) |
A callback used in svn_client_diff_summarize2() and svn_client_diff_summarize_peg2() for reporting a diff summary.
All allocations should be performed in pool.
baton is a closure object; it should be provided by the implementation, and passed by the caller.
Definition at line 890 of file svn_client.h.
The difference type in an svn_diff_summarize_t structure.
Definition at line 827 of file svn_client.h.
| svn_client_diff_summarize_t* svn_client_diff_summarize_dup | ( | const svn_client_diff_summarize_t * | diff, | |
| apr_pool_t * | pool | |||
| ) |
Return a duplicate of diff, allocated in pool.
No part of the new structure will be shared with diff.
1.4.7