|
Chromium Embedded Framework (CEF)
141.0.5+gfe26daa+chromium-141.0.7390.55
|
#include <stddef.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_POPULATE_VERSION_INFO(info) |
| Populate CEF version information for the client library. More... | |
Functions | |
| CEF_EXPORT int | cef_version_info (int entry) |
| Returns CEF version information for the libcef library. More... | |
| CEF_EXPORT void | cef_version_info_all (cef_version_info_t *info) |
| Return all CEF version information for the libcef library. More... | |
| #define CEF_POPULATE_VERSION_INFO | ( | info | ) |
Populate CEF version information for the client library.
| 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.