| 
    Tizen Native API
    5.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 Documentation
| #define EINA_VALUE_BLOB_OPERATIONS_VERSION (1) | 
Current API version, used to validate _Eina_Value_Blob_Operations.
Typedef Documentation
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.