Skip to main content

svn_fs_node_has_props

Function svn_fs_node_has_props 

Source
pub unsafe extern "C" fn svn_fs_node_has_props(
    has_props: *mut svn_boolean_t,
    root: *mut svn_fs_root_t,
    path: *const c_char,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Set @a *has_props to TRUE if the node @a path in @a root has properties and to FALSE if it doesn’t have properties. Perform temporary allocations in @a scratch_pool.

@since New in 1.9.