Skip to main content

svn_delta_noop_window_handler

Function svn_delta_noop_window_handler 

Source
pub unsafe extern "C" fn svn_delta_noop_window_handler(
    window: *mut svn_txdelta_window_t,
    baton: *mut c_void,
) -> *mut svn_error_t
Expand description

A text-delta window handler which does nothing.

Editors can return this handler from @c apply_textdelta if they don’t care about text delta windows.