svn_fs_path_change_get

Function svn_fs_path_change_get 

Source
pub unsafe extern "C" fn svn_fs_path_change_get(
    change: *mut *mut svn_fs_path_change3_t,
    iterator: *mut svn_fs_path_change_iterator_t,
) -> *mut svn_error_t
Expand description

Set @a *change to the path change that @a iterator currently points to and advance the @a iterator. If the change list has been exhausted, @a change will be set to @c NULL.

You may modify @a **change but its content becomes invalid as soon as either @a iterator becomes invalid or you call this function again.

@note The @c node_kind field in @a change may be #svn_node_unknown and the @c copyfrom_known fields may be FALSE.

@since New in 1.10.