From: Daniel Kolesa Date: Mon, 14 Jul 2014 15:54:20 +0000 (+0100) Subject: update according to eolian changes X-Git-Tag: upstream/1.20.0~7116^2~14^2~2339 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbd2d0f89303f5fb4e48d94de840572ea275e41d;p=platform%2Fupstream%2Fefl.git update according to eolian changes --- diff --git a/legacy/elementary/src/lib/elm_image.eo b/legacy/elementary/src/lib/elm_image.eo index f0341c4..b26b2d5 100644 --- a/legacy/elementary/src/lib/elm_image.eo +++ b/legacy/elementary/src/lib/elm_image.eo @@ -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) */