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 {