efl/src/lib/efl/interfaces/efl_cached_item.eo

15 lines
316 B
Plaintext

interface @beta Efl.Cached.Item
{
[[Efl Cached Item interface]]
methods {
@property memory_size {
get {
[[Get the memory size associated with an object.]]
}
values {
consumed: uint; [[Bytes of memory consumed by this object.]]
}
}
}
}