Type for an array of data. More...
| Data Fields | |
| int | version | 
| Should match EINA_ARRAY_VERSION used when compiled your apps, provided for ABI compatibility. | |
| void ** | data | 
| Pointer to a C array of pointers to payloads. | |
| unsigned int | total | 
| Number of allocated slots in data. | |
| unsigned int | count | 
| Number of used slots in datathat point to valid payloads. | |
| unsigned int | step | 
| Number of slots to grow or shrink data. | |
Type for an array of data.