docs: Fix incorrect function name (fixes #3923)

This commit is contained in:
Marshall Greenblatt
2025-05-06 12:46:09 -04:00
parent 7944038baf
commit a16513512e

View File

@ -72,8 +72,8 @@ int CefExecuteProcess(const CefMainArgs& args,
/// early exit is desired (for example, due to process singleton relaunch /// early exit is desired (for example, due to process singleton relaunch
/// behavior). If this function returns false then the application should exit /// behavior). If this function returns false then the application should exit
/// immediately without calling any other CEF functions except, optionally, /// immediately without calling any other CEF functions except, optionally,
/// CefGetErrorCode. The |windows_sandbox_info| parameter is only used on /// CefGetExitCode. The |windows_sandbox_info| parameter is only used on Windows
/// Windows and may be NULL (see cef_sandbox_win.h for details). /// and may be NULL (see cef_sandbox_win.h for details).
/// ///
/*--cef(api_hash_check,optional_param=application, /*--cef(api_hash_check,optional_param=application,
optional_param=windows_sandbox_info)--*/ optional_param=windows_sandbox_info)--*/