svn_txdelta_send_string

Function svn_txdelta_send_string 

Source
pub unsafe extern "C" fn svn_txdelta_send_string(
    string: *const svn_string_t,
    handler: svn_txdelta_window_handler_t,
    handler_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Send the contents of @a string to window-handler @a handler/@a baton. This is effectively a ‘copy’ operation, resulting in delta windows that make the target equivalent to the value of @a string.

All temporary allocation is performed in @a pool.