doc: specify memory units in Efl.Cached.Item

This commit is contained in:
Xavi Artigas 2019-01-09 21:59:22 +01:00
parent 8e85e19804
commit a945dbc5d8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ interface Efl.Cached.Item
[[Get the memory size associated with an object.]]
}
values {
consumed: uint; [[Size of memory consumed by this object.]]
consumed: uint; [[Bytes of memory consumed by this object.]]
}
}
}