doc: specify memory units in Efl.Cached.Item
authorXavi Artigas <xavierartigas@yahoo.es>
Wed, 9 Jan 2019 20:59:22 +0000 (21:59 +0100)
committerJiyoun Park <jy0703.park@samsung.com>
Wed, 16 Jan 2019 02:13:23 +0000 (11:13 +0900)
src/lib/efl/interfaces/efl_cached_item.eo

index ec1cd0c..f3f82d6 100644 (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.]]
          }
       }
    }