Tizen Native API
4.0
|
Typedefs | |
typedef struct _Eina_Value_Blob_Operations | Eina_Value_Blob_Operations |
typedef struct _Eina_Value_Blob | Eina_Value_Blob |
Defines | |
#define | EINA_VALUE_BLOB_OPERATIONS_VERSION (1) |
#define EINA_VALUE_BLOB_OPERATIONS_VERSION (1) |
Current API version, used to validate _Eina_Value_Blob_Operations.
How to manage blob. Any NULL
callback is ignored.
Assumes memory
was create with malloc() and applies free() to it during flush (Eina_Value_Blob_Operations::free). Copy is done with malloc() as well.
No compare or to_string are provided, defaults will be used.