ewebkit2  1.11.0
Web engine based on WebKit2 for EFL
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
ewk_main.h File Reference

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)
 

Detailed Description

The general initialization of WebKit2-EFL, not tied to any view object.

Function Documentation

EAPI int ewk_init ( void  )

Initializes WebKit's instance.

  • initializes components needed by EFL,
  • increases a reference count of WebKit's instance.
Returns
a reference count of WebKit's instance on success or 0 on failure
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.

Returns
a reference count of WebKit's instance