182 lines
18 KiB
HTML
182 lines
18 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<title>Subversion: svn_wc_diff_callbacks_t Struct Reference</title>
|
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
|
</head><body>
|
|
<!-- Generated by Doxygen 1.5.6 -->
|
|
<div class="navigation" id="top">
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
|
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
<li>
|
|
<form action="search.php" method="get">
|
|
<table cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td><label> <u>S</u>earch for </label></td>
|
|
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="annotated.html"><span>Data Structures</span></a></li>
|
|
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>svn_wc_diff_callbacks_t Struct Reference<br>
|
|
<small>
|
|
[<a class="el" href="group__svn__wc.html">Working copy management</a>]</small>
|
|
</h1><!-- doxytag: class="svn_wc_diff_callbacks_t" -->Similar to <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but with file additions/content changes and property changes split into different functions.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <<a class="el" href="svn__wc_8h-source.html">svn_wc.h</a>></code>
|
|
<p>
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td></td></tr>
|
|
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks__t.html#0845c6d49698324ea9e0a80eba557dc2">file_changed</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const char *tmpfile1, const char *tmpfile2, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev1, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev2, const char *mimetype1, const char *mimetype2, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Similar to <code>file_changed</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but without property change information. <a href="#0845c6d49698324ea9e0a80eba557dc2"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks__t.html#34e26b8575d43f2417b3a4c78bafc00a">file_added</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const char *tmpfile1, const char *tmpfile2, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev1, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev2, const char *mimetype1, const char *mimetype2, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Similar to <code>file_added</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but without property change information. <a href="#34e26b8575d43f2417b3a4c78bafc00a"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks__t.html#04d30c83a299dcfade03f771c38a1273">file_deleted</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Similar to <code>file_deleted</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but without the properties. <a href="#04d30c83a299dcfade03f771c38a1273"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks__t.html#093cae06cb30b54d4ee921007ae4ad57">dir_added</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The same as <code>dir_added</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>. <a href="#093cae06cb30b54d4ee921007ae4ad57"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks__t.html#331c01e2f9dabe4eefa3ed66085acc18">dir_deleted</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The same as <code>dir_deleted</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>. <a href="#331c01e2f9dabe4eefa3ed66085acc18"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks__t.html#6899861bb81be34d08b722583a9bff8a">props_changed</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const apr_array_header_t *propchanges, apr_hash_t *original_props, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Similar to <code>dir_props_changed</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but this function is called for files as well as directories. <a href="#6899861bb81be34d08b722583a9bff8a"></a><br></td></tr>
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
Similar to <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but with file additions/content changes and property changes split into different functions.
|
|
<p>
|
|
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000227">Deprecated:</a></b></dt><dd>Provided for backward compatibility with the 1.1 API. </dd></dl>
|
|
|
|
<p>Definition at line <a class="el" href="svn__wc_8h-source.html#l01431">1431</a> of file <a class="el" href="svn__wc_8h-source.html">svn_wc.h</a>.</p>
|
|
<hr><h2>Field Documentation</h2>
|
|
<a class="anchor" name="0845c6d49698324ea9e0a80eba557dc2"></a><!-- doxytag: member="svn_wc_diff_callbacks_t::file_changed" ref="0845c6d49698324ea9e0a80eba557dc2" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks__t.html#0845c6d49698324ea9e0a80eba557dc2">svn_wc_diff_callbacks_t::file_changed</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const char *tmpfile1, const char *tmpfile2, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev1, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev2, const char *mimetype1, const char *mimetype2, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
Similar to <code>file_changed</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but without property change information.
|
|
<p>
|
|
<em>tmpfile2</em> is never NULL. <em>state</em> applies to the file contents.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="34e26b8575d43f2417b3a4c78bafc00a"></a><!-- doxytag: member="svn_wc_diff_callbacks_t::file_added" ref="34e26b8575d43f2417b3a4c78bafc00a" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks__t.html#34e26b8575d43f2417b3a4c78bafc00a">svn_wc_diff_callbacks_t::file_added</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const char *tmpfile1, const char *tmpfile2, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev1, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev2, const char *mimetype1, const char *mimetype2, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
Similar to <code>file_added</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but without property change information.
|
|
<p>
|
|
<em>*state</em> applies to the file contents.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="04d30c83a299dcfade03f771c38a1273"></a><!-- doxytag: member="svn_wc_diff_callbacks_t::file_deleted" ref="04d30c83a299dcfade03f771c38a1273" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks__t.html#04d30c83a299dcfade03f771c38a1273">svn_wc_diff_callbacks_t::file_deleted</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
Similar to <code>file_deleted</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but without the properties.
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="093cae06cb30b54d4ee921007ae4ad57"></a><!-- doxytag: member="svn_wc_diff_callbacks_t::dir_added" ref="093cae06cb30b54d4ee921007ae4ad57" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, svn_revnum_t rev, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks__t.html#093cae06cb30b54d4ee921007ae4ad57">svn_wc_diff_callbacks_t::dir_added</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
The same as <code>dir_added</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>.
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="331c01e2f9dabe4eefa3ed66085acc18"></a><!-- doxytag: member="svn_wc_diff_callbacks_t::dir_deleted" ref="331c01e2f9dabe4eefa3ed66085acc18" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks__t.html#331c01e2f9dabe4eefa3ed66085acc18">svn_wc_diff_callbacks_t::dir_deleted</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
The same as <code>dir_deleted</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>.
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="6899861bb81be34d08b722583a9bff8a"></a><!-- doxytag: member="svn_wc_diff_callbacks_t::props_changed" ref="6899861bb81be34d08b722583a9bff8a" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, const apr_array_header_t *propchanges, apr_hash_t *original_props, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks__t.html#6899861bb81be34d08b722583a9bff8a">svn_wc_diff_callbacks_t::props_changed</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const apr_array_header_t *propchanges, apr_hash_t *original_props, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
Similar to <code>dir_props_changed</code> in <code><a class="el" href="structsvn__wc__diff__callbacks2__t.html" title="A callback vtable invoked by our diff-editors, as they receive diffs from the server...">svn_wc_diff_callbacks2_t</a></code>, but this function is called for files as well as directories.
|
|
<p>
|
|
|
|
</div>
|
|
</div><p>
|
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
<li><a class="el" href="svn__wc_8h-source.html">svn_wc.h</a></ul>
|
|
</div>
|
|
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 24 16:18:31 2008 for Subversion by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
|
|
</body>
|
|
</html>
|