Skip to main content

ly_ctx_compile

Function ly_ctx_compile 

Source
pub unsafe extern "C" fn ly_ctx_compile(ctx: *mut ly_ctx) -> Type
Expand description

@brief Compile (recompile) the context applying all the performed changes after the last context compilation. Should be used only if ::LY_CTX_EXPLICIT_COMPILE option is set, has no effect otherwise.

@param[in] ctx Context to compile. @return LY_ERR return value.