xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5428f26f7d08b03ce4e7963595d6f83f70d5957a

commit 5428f26f7d08b03ce4e7963595d6f83f70d5957a
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Thu Sep 19 13:11:00 2019 +0200

    docs: Update docs for Efl.Gfx.Image_Orientable
---
 src/lib/efl/interfaces/efl_gfx_image_orientable.eo | 6 +++++-
 src/lib/efl/interfaces/efl_ui_layout_orientable.eo | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/lib/efl/interfaces/efl_gfx_image_orientable.eo 
b/src/lib/efl/interfaces/efl_gfx_image_orientable.eo
index 09653edd9e..9e4c90cda4 100644
--- a/src/lib/efl/interfaces/efl_gfx_image_orientable.eo
+++ b/src/lib/efl/interfaces/efl_gfx_image_orientable.eo
@@ -29,7 +29,11 @@ enum Efl.Gfx.Image_Orientation
 
 interface Efl.Gfx.Image_Orientable
 {
-   [[Interface for objects which can be oriented.]]
+   [[Interface for images which can be rotated or flipped (mirrored).
+
+     Compare with @Efl.Ui.Layout_Orientable which works for layout objects and 
does
+     not include rotation.
+   ]]
    c_prefix: efl_gfx;
    methods {
        @property image_orientation {
diff --git a/src/lib/efl/interfaces/efl_ui_layout_orientable.eo 
b/src/lib/efl/interfaces/efl_ui_layout_orientable.eo
index 34da902e56..e1e2d667fd 100644
--- a/src/lib/efl/interfaces/efl_ui_layout_orientable.eo
+++ b/src/lib/efl/interfaces/efl_ui_layout_orientable.eo
@@ -30,6 +30,8 @@ interface Efl.Ui.Layout_Orientable
 
      For example, sliders, which can be horizontal or vertical, or container
      boxes, which can arrange their elements in a horizontal or vertical 
fashion.
+
+     Compare with @Efl.Gfx.Image_Orientable that works for images and includes 
rotation.
    ]]
    c_prefix: efl_ui_layout;
    methods {

-- 


Reply via email to