Skip to main content

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

Was this page helpful?