summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_access_action.eo
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-10-18 17:12:03 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-10-18 19:24:28 +0900
commit315e865f18efbab4b3e68171e631912fbd5705fd (patch)
tree99921ba0eb58f9303edc600dd83fd3a8697903c2 /src/lib/elementary/efl_access_action.eo
parent53600346754ee7b636e8d005bcd4f2fe149854ae (diff)
downloadefl-315e865f18efbab4b3e68171e631912fbd5705fd.tar.gz
elm: Split elm_general.eot in two: legacy and EO
This creates efl_ui.eot It's not called efl_ui_types.eot because a file with that name already exists in efl/interfaces (for Efl.Ui.Drag functions). Also add some FIXME comments, and move some types to elm_widget_item.eo. Ref T5329
Diffstat (limited to 'src/lib/elementary/efl_access_action.eo')
-rw-r--r--src/lib/elementary/efl_access_action.eo1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_access_action.eo b/src/lib/elementary/efl_access_action.eo
index cbdbc71fc7..d31fb61f0c 100644
--- a/src/lib/elementary/efl_access_action.eo
+++ b/src/lib/elementary/efl_access_action.eo
@@ -1,3 +1,4 @@
+/* FIXME: This shouldn't be using undefined Elm_Atspi_Action */
import elm_general;
mixin Efl.Access.Action ()