pub unsafe extern "C" fn svn_prop_is_known_svn_node_prop(
prop_name: *const c_char,
) -> svn_boolean_t
Expand description
Return @c TRUE iff @a prop_name is in the “svn:” name space and is a known versioned property that is allowed on a file and/or on a directory (“svn:eol-style”, “svn:ignore”, or “svn:mergeinfo”, e.g.).
This will return @c FALSE for any property name that is not known by this version of the library, even though the name may be known to other (for example, later) Subversion software.
@since New in 1.8.