_Eina_Accessor Struct Reference
[Accessor Functions]

Data Fields

int version
 Version of the Accessor API.
Eina_Accessor_Get_At_Callback get_at
 Callback called when a data element is requested.
Eina_Accessor_Get_Container_Callback get_container
 Callback called when the container is requested.
Eina_Accessor_Free_Callback free
 Callback called when the container is freed.
Eina_Accessor_Lock_Callback lock
 Callback called when the container is locked.
Eina_Accessor_Lock_Callback unlock
 Callback called when the container is unlocked.

Field Documentation

Version of the Accessor API.

Callback called when a data element is requested.

Callback called when the container is requested.

Callback called when the container is freed.

Callback called when the container is locked.

Callback called when the container is unlocked.