mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
docs: Fix incorrect function name (fixes #3923)
This commit is contained in:
@ -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)--*/
|
||||||
|
Reference in New Issue
Block a user