ewebkit2
1.11.0
Web engine based on WebKit2 for EFL
|
Describes the Ewk Ref Counted API. More...
#include <Eina.h>
Go to the source code of this file.
Typedefs | |
typedef struct EwkObject | Ewk_Object |
Functions | |
EAPI Ewk_Object * | ewk_object_ref (Ewk_Object *object) |
EAPI void | ewk_object_unref (Ewk_Object *object) |
Describes the Ewk Ref Counted API.
typedef struct EwkObject Ewk_Object |
Creates a type name for Ewk_Object
EAPI Ewk_Object* ewk_object_ref | ( | Ewk_Object * | object) |
Increases the reference count of the given Ewk_Object.
object | the Ewk_Object instance to increase the reference count |
NULL
otherwise. EAPI void ewk_object_unref | ( | Ewk_Object * | object) |
Decreases the reference count of the given Ewk_Object, possibly freeing it.
When the reference count reaches 0, the item is freed.
object | the Ewk_Object instance to decrease the reference count |