|
Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
|
#include <stddef.h>#include <string.h>#include "include/cef_api_hash.h"#include "include/internal/cef_export.h"#include "include/cef_version.h"Classes | |
| struct | cef_version_info_t |
| Structure representing all CEF version information. More... | |
Macros | |
| #define | CEF_VERSION_INFO_SIZE_WITH_SANDBOX_HASH |
| Minimum struct size required to contain the sandbox_compat_hash field. | |
| #define | _CEF_POPULATE_SANDBOX_HASH(info) |
| #define | CEF_POPULATE_VERSION_INFO(info) |
| Populate CEF version information for the client library. | |
Functions | |
| CEF_EXPORT int | cef_version_info (int entry) |
| Returns CEF version information for the libcef library. | |
| CEF_EXPORT void | cef_version_info_all (cef_version_info_t *info) |
| Return all CEF version information for the libcef library. | |
| #define _CEF_POPULATE_SANDBOX_HASH | ( | info | ) |
| #define CEF_POPULATE_VERSION_INFO | ( | info | ) |
Populate CEF version information for the client library.
| #define CEF_VERSION_INFO_SIZE_WITH_SANDBOX_HASH |
Minimum struct size required to contain the sandbox_compat_hash field.
Used for version compatibility checks.
| CEF_EXPORT int cef_version_info | ( | int | entry | ) |
Returns CEF version information for the libcef library.
The |entry| parameter describes which version component will be returned:
0 - CEF_VERSION_MAJOR 1 - CEF_VERSION_MINOR 2 - CEF_VERSION_PATCH 3 - CEF_COMMIT_NUMBER 4 - CHROME_VERSION_MAJOR 5 - CHROME_VERSION_MINOR 6 - CHROME_VERSION_BUILD 7 - CHROME_VERSION_PATCH
| CEF_EXPORT void cef_version_info_all | ( | cef_version_info_t * | info | ) |
Return all CEF version information for the libcef library.