pub unsafe extern "C" fn svn_wc_has_binary_prop(
has_binary_prop: *mut svn_boolean_t,
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *has_binary_prop to @c TRUE iff @a path has been marked with a property indicating that it is non-text (in other words, binary). @a adm_access is an access baton set that contains @a path.
@deprecated Provided for backward compatibility with the 1.6 API. As a replacement for this functionality, @see svn_mime_type_is_binary and #SVN_PROP_MIME_TYPE.