summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui.eot
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2019-09-24 17:46:56 +0200
committerDaniel Kolesa <d.kolesa@samsung.com>2019-09-24 18:27:37 +0200
commit553ce69bade88ac675aa56fcb184240403a12bfc (patch)
treed37ce5d07e2bb04fc4cc8bd3e8c3940836d1df20 /src/lib/elementary/efl_ui.eot
parent72698aa6f5849ee6d24a76ae886d7817ea4373ae (diff)
downloadefl-553ce69bade88ac675aa56fcb184240403a12bfc.tar.gz
efl: remove remaining instances of .eo global variables
Diffstat (limited to 'src/lib/elementary/efl_ui.eot')
-rw-r--r--src/lib/elementary/efl_ui.eot15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/lib/elementary/efl_ui.eot b/src/lib/elementary/efl_ui.eot
index f0b5e6ce44..4e665113f6 100644
--- a/src/lib/elementary/efl_ui.eot
+++ b/src/lib/elementary/efl_ui.eot
@@ -1,11 +1,16 @@
/* Efl.Ui enum and struct types */
import eina_types;
-var Efl.Ui.Theme.Apply_Error.NONE: Eina.Error; [[Successfully applied the requested style from the current theme.]]
-var Efl.Ui.Theme.Apply_Error.DEFAULT: Eina.Error; [[Successfully applied the default style. The widget may
- look different from the rest of the UI if a custom theme
- is in use, but it should be usable.]]
-var Efl.Ui.Theme.Apply_Error.GENERIC: Eina.Error; [[Failed to apply theme. The widget may become unusable.]]
+/* FIXME: find a better way to express this */
+error @extern Efl.Ui.Theme.Apply_Error.NONE = "Succcess"; [[Successfully applied the requested style from the current theme.]]
+
+error Efl.Ui.Theme.Apply_Error.DEFAULT = "Fallback to default style was enabled for this widget"; [[
+ Successfully applied the default style. The widget may look different from
+ the rest of the UI if a custom theme is in use, but it should be usable.
+]]
+error Efl.Ui.Theme.Apply_Error.GENERIC = "An error occurred and no theme could be set for this widget"; [[
+ Failed to apply theme. The widget may become unusable.
+]]
enum Efl.Ui.Focus.Direction
{