diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2014-07-14 16:54:20 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-07-14 16:54:20 +0100 |
commit | 7394b68d0f3a9e8129f2819bc7026f3925f9d2fa (patch) | |
tree | 03dfd862d2f758dc7a4b0830465e997c01fab817 /src/lib/elm_image.eo | |
parent | e7a60e4eee50d78ebc61d6f8eccd6d9849c65a7d (diff) |
update according to eolian changes
Diffstat (limited to 'src/lib/elm_image.eo')
-rw-r--r-- | src/lib/elm_image.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_image.eo b/src/lib/elm_image.eo index f0341c4fa..b26b2d5d2 100644 --- a/src/lib/elm_image.eo +++ b/src/lib/elm_image.eo | |||
@@ -467,7 +467,7 @@ class Elm_Image (Elm_Widget, Evas.Clickable_Interface, Elm_Interface_Atspi_Image | |||
467 | } | 467 | } |
468 | values { | 468 | values { |
469 | const(void)* img; /*@ The binary data that will be used as image source */ | 469 | const(void)* img; /*@ The binary data that will be used as image source */ |
470 | size_t size; /*@ The size of binary data blob @p img */ | 470 | size size; /*@ The size of binary data blob @p img */ |
471 | const(char)* format; /*@ (Optional) expected format of @p img bytes */ | 471 | const(char)* format; /*@ (Optional) expected format of @p img bytes */ |
472 | const(char)* key; /*@ Optional indexing key of @p img to be passed to the | 472 | const(char)* key; /*@ Optional indexing key of @p img to be passed to the |
473 | image loader (eg. if @p img is a memory-mapped EET file) */ | 473 | image loader (eg. if @p img is a memory-mapped EET file) */ |