Tizen Native API  7.0
Generic Value Blob management

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 Documentation

Current API version, used to validate _Eina_Value_Blob_Operations.


Typedef Documentation

Value type for EINA_VALUE_TYPE_BLOB.

See also:
_Eina_Value_Blob explains fields.
Since (EFL) :
1.2

How to manage blob. Any NULL callback is ignored.

See also:
_Eina_Value_Blob_Operations explains fields.
Since (EFL) :
1.2

Variable Documentation

Since :
3.0

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.