Tizen Native API  5.5
_Eina_Accessor Struct Reference

Public Attributes

int version
Eina_Accessor_Get_At_Callback get_at
Eina_Accessor_Get_Container_Callback get_container
Eina_Accessor_Free_Callback free
Eina_Accessor_Lock_Callback lock
Eina_Accessor_Lock_Callback unlock
Eina_Accessor_Clone_Callback clone

Detailed Description

Structure to provide random access to data structures.

Note:
When creating an accessor remember to set the type using EINA_MAGIC_SET
Examples:
eina_accessor_01.c.

Member Data Documentation

Callback called when the container is to be cloned.

Since (EFL) :
1.10

Callback called when the container is freed

Callback called when a data element is requested

Callback called when the container is requested

Callback called when the container is locked

Callback called when the container is unlocked

Version of the Accessor API