summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_gfx_image_orientable.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/interfaces/efl_gfx_image_orientable.eo')
-rw-r--r--src/lib/efl/interfaces/efl_gfx_image_orientable.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_gfx_image_orientable.eo b/src/lib/efl/interfaces/efl_gfx_image_orientable.eo
index 2070feb737..ad6d05ae5f 100644
--- a/src/lib/efl/interfaces/efl_gfx_image_orientable.eo
+++ b/src/lib/efl/interfaces/efl_gfx_image_orientable.eo
@@ -1,6 +1,6 @@
parse efl_ui_layout_orientable;
-enum @beta Efl.Gfx.Image_Orientation
+enum Efl.Gfx.Image_Orientation
{
[[An orientation type, to rotate and flip images.
@@ -25,7 +25,7 @@ enum @beta Efl.Gfx.Image_Orientation
flip_bitmask = 12 [[Bitmask that can be used to isolate flipping values, that is, $flip_vertical and $flip_horizontal.]]
}
-interface @beta Efl.Gfx.Image_Orientable
+interface Efl.Gfx.Image_Orientable
{
[[Interface for objects which can be oriented.]]
c_prefix: efl_gfx_image;