summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_code_widget_legacy_eo.legacy.h
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-03-05 17:00:37 -0500
committerCedric BAIL <cedric.bail@free.fr>2019-03-07 14:14:57 -0800
commita5b5d6d2771e6ec315d2cbd790c6c5d0948125a2 (patch)
treed6f651d24e436f8af525bc8709f499c4e167f657 /src/lib/elementary/elm_code_widget_legacy_eo.legacy.h
parentca9daf94c63178bd1ebf726b746e210bb9a0143d (diff)
downloadefl-a5b5d6d2771e6ec315d2cbd790c6c5d0948125a2.tar.gz
elm_code_widget_legacy: remove all legacy usage from eo files
this takes the current generated output from eolian for legacy code in efl and adds it to the tree, then removes legacy references from the corresponding eo files. in the case where the entire eo file was for a legacy object, that eo file has been removed from the tree ref T7724 Reviewed-by: Cedric BAIL <cedric.bail@free.fr> Differential Revision: https://phab.enlightenment.org/D8159
Diffstat (limited to 'src/lib/elementary/elm_code_widget_legacy_eo.legacy.h')
-rw-r--r--src/lib/elementary/elm_code_widget_legacy_eo.legacy.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_code_widget_legacy_eo.legacy.h b/src/lib/elementary/elm_code_widget_legacy_eo.legacy.h
new file mode 100644
index 0000000000..84577e3e7f
--- /dev/null
+++ b/src/lib/elementary/elm_code_widget_legacy_eo.legacy.h
@@ -0,0 +1,17 @@
+#ifndef _ELM_CODE_WIDGET_LEGACY_EO_LEGACY_H_
+#define _ELM_CODE_WIDGET_LEGACY_EO_LEGACY_H_
+
+#ifndef _ELM_CODE_WIDGET_LEGACY_EO_CLASS_TYPE
+#define _ELM_CODE_WIDGET_LEGACY_EO_CLASS_TYPE
+
+typedef Eo Elm_Code_Widget_Legacy;
+
+#endif
+
+#ifndef _ELM_CODE_WIDGET_LEGACY_EO_TYPES
+#define _ELM_CODE_WIDGET_LEGACY_EO_TYPES
+
+
+#endif
+
+#endif