pub unsafe extern "C" fn svn_wc_is_normal_prop(
name: *const c_char,
) -> svn_boolean_t
Expand description
Return TRUE iff @a name is a ‘normal’ property name. ‘Normal’ is defined as a user-visible and user-tweakable property that shows up when you fetch a proplist.
The function currently parses the namespace like so:
-
‘svn:wc:’ ==> a wcprop, stored/accessed separately via different API.
-
‘svn:entry:’ ==> an “entry” prop, shunted into the ‘entries’ file.
If these patterns aren’t found, then the property is assumed to be Normal.