| 
    ewebkit2
    1.11.0
    
   Web engine based on WebKit2 for EFL 
   | 
 
The general initialization of WebKit2-EFL, not tied to any view object. More...
#include <Eina.h>Go to the source code of this file.
Functions | |
| EAPI int | ewk_init (void) | 
| EAPI int | ewk_shutdown (void) | 
The general initialization of WebKit2-EFL, not tied to any view object.
| EAPI int ewk_init | ( | void | ) | 
Initializes WebKit's instance.
| EAPI int ewk_shutdown | ( | void | ) | 
Decreases a reference count of WebKit's instance, possibly destroying it.
If the reference count reaches 0 WebKit's instance is destroyed.
 1.8.4