pub unsafe extern "C" fn svn_wc_locked2(
locked_here: *mut svn_boolean_t,
locked: *mut svn_boolean_t,
wc_ctx: *mut svn_wc_context_t,
local_abspath: *const c_char,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Gets up to two booleans indicating whether a path is locked for writing.
@a locked_here is set to TRUE when a write lock on @a local_abspath exists in @a wc_ctx. @a locked is set to TRUE when there is a write_lock on @a local_abspath
@a locked_here and/or @a locked can be NULL when you are not interested in a specific value
@since New in 1.7.