Top | ![]() |
![]() |
![]() |
![]() |
guint | webkit_get_major_version () |
guint | webkit_get_minor_version () |
guint | webkit_get_micro_version () |
#define | WEBKIT_CHECK_VERSION() |
#define | WEBKIT_MAJOR_VERSION |
#define | WEBKIT_MINOR_VERSION |
#define | WEBKIT_MICRO_VERSION |
#define WEBKIT_MAJOR_VERSION (2)
Like webkit_get_major_version()
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
#define WEBKIT_MINOR_VERSION (12)
Like webkit_get_minor_version()
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
#define WEBKIT_MICRO_VERSION (4)
Like webkit_get_micro_version()
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.