svn_prop_get_value

Function svn_prop_get_value 

Source
pub unsafe extern "C" fn svn_prop_get_value(
    properties: *const apr_hash_t,
    prop_name: *const c_char,
) -> *const c_char
Expand description

Return the value of property @a prop_name as it is in @a properties, with values const svn_string_t. If @a prop_name is not in @a properties or @a properties is NULL, return NULL.

@since New in 1.7.