update according to eolian changes
authorDaniel Kolesa <d.kolesa@samsung.com>
Mon, 14 Jul 2014 15:54:20 +0000 (16:54 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 14 Jul 2014 15:54:20 +0000 (16:54 +0100)
legacy/elementary/src/lib/elm_image.eo

index f0341c4..b26b2d5 100644 (file)
@@ -467,7 +467,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image
          }
          values {
             const(void)* img; /*@ The binary data that will be used as image source */
-            size_t size; /*@ The size of binary data blob @p img */
+            size size; /*@ The size of binary data blob @p img */
             const(char)* format; /*@ (Optional) expected format of @p img bytes */
             const(char)* key; /*@ Optional indexing key of @p img to be passed to the
             image loader (eg. if @p img is a memory-mapped EET file) */