pub unsafe extern "C" fn svn_wc_create_notify_url(
url: *const c_char,
action: svn_wc_notify_action_t,
pool: *mut apr_pool_t,
) -> *mut svn_wc_notify_t
Expand description
Allocate an #svn_wc_notify_t structure in @a pool, initialize and return it.
Set the @c url field of the created struct to @a url, @c path to “.” and @c action to @a action. Set all other fields to their @c _unknown, @c NULL or invalid value, respectively. Make only a shallow copy of the pointer @a url.
@since New in 1.6.