ec_blobject
This struct is a typedef of _ec_blobject
. It is defined as follows:
struct _ec_blobject { ec_blobject_class *cls; ec_atomic_t ref; void *self; };
To use this struct, include the file ec_blobject.h
.
See Also
“ec_blobject_class”, ec_message_blobject_get, ec_message_blobject_store, ec_blobject_wrap, ec_blobject_addref, and ec_blobject_delref.