From a16513512ec39800b9f8cf0b37cdaecf06555299 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 6 May 2025 12:46:09 -0400 Subject: [PATCH] docs: Fix incorrect function name (fixes #3923) --- include/cef_app.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cef_app.h b/include/cef_app.h index 5d6e4e9ea..ba1e6da4c 100644 --- a/include/cef_app.h +++ b/include/cef_app.h @@ -72,8 +72,8 @@ int CefExecuteProcess(const CefMainArgs& args, /// early exit is desired (for example, due to process singleton relaunch /// behavior). If this function returns false then the application should exit /// immediately without calling any other CEF functions except, optionally, -/// CefGetErrorCode. The |windows_sandbox_info| parameter is only used on -/// Windows and may be NULL (see cef_sandbox_win.h for details). +/// CefGetExitCode. The |windows_sandbox_info| parameter is only used on Windows +/// and may be NULL (see cef_sandbox_win.h for details). /// /*--cef(api_hash_check,optional_param=application, optional_param=windows_sandbox_info)--*/