svn_wc_create_notify

Function svn_wc_create_notify 

Source
pub unsafe extern "C" fn svn_wc_create_notify(
    path: *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 path field of the created struct to @a path, 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 path.

@since New in 1.2.