How to manage blob. More...
#include <eina_value.h>
Data Fields | |
unsigned int | version |
must be EINA_VALUE_BLOB_OPERATIONS_VERSION | |
void(* | free )(const Eina_Value_Blob_Operations *ops, void *memory, size_t size) |
void *(* | copy )(const Eina_Value_Blob_Operations *ops, const void *memory, size_t size) |
int(* | compare )(const Eina_Value_Blob_Operations *ops, const void *data1, size_t size_data1, const void *data2, size_t size_data2) |
char *(* | to_string )(const Eina_Value_Blob_Operations *ops, const void *memory, size_t size) |
How to manage blob.
Any NULL
callback is ignored.