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

15 lines
309 B
Plaintext

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