| Chromium Embedded Framework (CEF)
    128.0.1+gc234e7f+chromium-128.0.6613.7
    | 
| 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.