Skip to main content

svn_repos_node_from_baton

Function svn_repos_node_from_baton 

Source
pub unsafe extern "C" fn svn_repos_node_from_baton(
    edit_baton: *mut c_void,
) -> *mut svn_repos_node_t
Expand description

Return the root node of the linked-list tree generated by driving the editor (associated with @a edit_baton) created by svn_repos_node_editor(). This is only really useful if used after the editor drive is completed.