_Eina_Model_XRef Struct Reference
[Data Model Utilities]
Extended reference to model.
More...
Data Fields | |
EINA_INLIST | |
const void * | id |
as given to eina_model_xref() | |
struct { | |
const void *const * symbols | |
only if EINA_MODEL_DEBUG=backtrace is set, otherwise is NULL | |
unsigned int count | |
only if EINA_MODEL_DEBUG=backtrace is set, otherwise is 0 | |
} | backtrace |
char | label [] |
Any given label given to eina_model_xref(). |
Detailed Description
Extended reference to model.
This is returned by eina_model_xrefs_get() and should never be modified. It is managed by eina_model_xref() and eina_model_xunref() when EINA_MODEL_DEBUG
is set to "1" or "backtrace".
- Since:
- 1.2
Field Documentation
char _Eina_Model_XRef::label[] |