Skip to main content

ly_ctx_unset_options

Function ly_ctx_unset_options 

Source
pub unsafe extern "C" fn ly_ctx_unset_options(
    ctx: *mut ly_ctx,
    option: u32,
) -> Type
Expand description

@brief Unset some of the context’s options, see @ref contextoptions. @param[in] ctx Context to be modified. @param[in] option Combination of the context’s options to be unset, see @ref contextoptions. @return LY_ERR value.