|
Soletta™ Framework
|
Data type describing a blob type. More...
#include <sol-types.h>
Data Fields | |
| uint16_t | api_version |
| API version. More... | |
| void(* | free )(struct sol_blob *blob) |
| Callback to free an instance. More... | |
| uint16_t | sub_api |
| Type API version. More... | |
Data type describing a blob type.
This should be used by different kinds of Blob implementation to make than compatible to our blob API.
| uint16_t sol_blob_type::api_version |
API version.
| void(* sol_blob_type::free)(struct sol_blob *blob) |
Callback to free an instance.
| uint16_t sol_blob_type::sub_api |
Type API version.
1.8.6