| WebKitVersion.h | | WebKitVersion.h | |
| | | | |
| skipping to change at line 56 | | skipping to change at line 56 | |
| */ | | */ | |
| #define WEBKIT_MINOR_VERSION (4) | | #define WEBKIT_MINOR_VERSION (4) | |
| | | | |
| /** | | /** | |
| * WEBKIT_MICRO_VERSION: | | * WEBKIT_MICRO_VERSION: | |
| * | | * | |
| * Like webkit_get_micro_version(), but from the headers used at | | * Like webkit_get_micro_version(), but from the headers used at | |
| * application compile time, rather than from the library linked | | * application compile time, rather than from the library linked | |
| * against at application run time. | | * against at application run time. | |
| */ | | */ | |
|
| #define WEBKIT_MICRO_VERSION (0) | | #define WEBKIT_MICRO_VERSION (1) | |
| | | | |
| /** | | /** | |
| * WEBKIT_CHECK_VERSION: | | * WEBKIT_CHECK_VERSION: | |
| * @major: major version (e.g. 1 for version 1.2.5) | | * @major: major version (e.g. 1 for version 1.2.5) | |
| * @minor: minor version (e.g. 2 for version 1.2.5) | | * @minor: minor version (e.g. 2 for version 1.2.5) | |
| * @micro: micro version (e.g. 5 for version 1.2.5) | | * @micro: micro version (e.g. 5 for version 1.2.5) | |
| * | | * | |
| * Returns: %TRUE if the version of the WebKit header files | | * Returns: %TRUE if the version of the WebKit header files | |
| * is the same as or newer than the passed-in version. | | * is the same as or newer than the passed-in version. | |
| */ | | */ | |
| | | | |
End of changes. 1 change blocks. |
| 1 lines changed or deleted | | 1 lines changed or added | |
|