Chromium Embedded Framework (CEF)
109.0.1+gcd5e37a+chromium-109.0.5414.8
|
Classes | |
class | CefScopedLibraryLoader |
Scoped helper for loading and unloading the CEF framework library at runtime from the expected location in the app bundle. More... | |
Functions | |
int | cef_load_library (const char *path) |
Load the CEF library at the specified |path|. More... | |
int | cef_unload_library (void) |
Unload the CEF library that was previously loaded. More... | |
int cef_load_library | ( | const char * | path | ) |
Load the CEF library at the specified |path|.
Returns true (1) on success and false (0) on failure.
int cef_unload_library | ( | void | ) |
Unload the CEF library that was previously loaded.
Returns true (1) on success and false (0) on failure.