summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/ecore/ecore_event_message.eo2
-rw-r--r--src/lib/ecore/ecore_event_message_handler.eo2
-rw-r--r--src/lib/ecore/efl_app.eo1
-rw-r--r--src/lib/ecore/efl_appthread.eo2
-rw-r--r--src/lib/ecore/efl_exe.eo2
-rw-r--r--src/lib/ecore/efl_loop.eo2
-rw-r--r--src/lib/ecore/efl_loop_fd.eo2
-rw-r--r--src/lib/ecore/efl_loop_handler.eo2
-rw-r--r--src/lib/ecore/efl_loop_message.eo2
-rw-r--r--src/lib/ecore/efl_loop_message_future.eo2
-rw-r--r--src/lib/ecore/efl_loop_message_future_handler.eo2
-rw-r--r--src/lib/ecore/efl_loop_message_handler.eo2
-rw-r--r--src/lib/ecore/efl_model_container_item.eo2
-rw-r--r--src/lib/ecore/efl_model_item.eo2
-rw-r--r--src/lib/ecore/efl_task.eo2
-rw-r--r--src/lib/ecore/efl_thread.eo2
-rw-r--r--src/lib/ecore/efl_threadio.eo1
-rw-r--r--src/lib/edje/efl_canvas_layout_part_external.eo2
-rw-r--r--src/lib/edje/efl_canvas_layout_part_invalid.eo2
-rw-r--r--src/lib/efl/interfaces/efl_pack.eo2
-rw-r--r--src/lib/eio/eio_sentry.eo2
-rw-r--r--src/lib/eldbus/eldbus_model_connection.eo2
-rw-r--r--src/lib/eldbus/eldbus_model_object.eo2
-rw-r--r--src/lib/elementary/efl_ui_view_list_relayout.eo2
-rw-r--r--src/lib/elementary/efl_ui_view_list_segarray.eo1
-rw-r--r--src/lib/elementary/elm_code_widget.eo1
-rw-r--r--src/lib/elementary/elm_interface_scrollable.eo2
-rw-r--r--src/lib/elementary/elm_prefs.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_alpha.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_group.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_player.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_rotate.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_scale.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_animation_translate.eo2
-rw-r--r--src/lib/evas/canvas/efl_canvas_filter_internal.eo1
-rw-r--r--src/lib/evas/canvas/efl_input_interface.eo2
-rw-r--r--src/lib/evas/canvas/evas_canvas3d_mesh.eo1
-rw-r--r--src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo2
-rw-r--r--src/lib/evas/gesture/efl_canvas_gesture_manager.eo2
-rw-r--r--src/lib/evas/gesture/efl_canvas_gesture_tap.eo2
42 files changed, 0 insertions, 78 deletions
diff --git a/src/lib/ecore/ecore_event_message.eo b/src/lib/ecore/ecore_event_message.eo
index 57d3848be7..aae68c16e0 100644
--- a/src/lib/ecore/ecore_event_message.eo
+++ b/src/lib/ecore/ecore_event_message.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Ecore.Event.Message (Efl.Loop_Message)
{
[[ For Legacy API usage Only. Legacy Ecore Events ]]
diff --git a/src/lib/ecore/ecore_event_message_handler.eo b/src/lib/ecore/ecore_event_message_handler.eo
index b12e6f87c5..f6f9c07846 100644
--- a/src/lib/ecore/ecore_event_message_handler.eo
+++ b/src/lib/ecore/ecore_event_message_handler.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Ecore.Event.Message.Handler (Efl.Loop_Message_Handler)
{
[[ For Legacy API usage Only
diff --git a/src/lib/ecore/efl_app.eo b/src/lib/ecore/efl_app.eo
index 54724e3025..ee8e63acdc 100644
--- a/src/lib/ecore/efl_app.eo
+++ b/src/lib/ecore/efl_app.eo
@@ -1,5 +1,4 @@
import efl_types;
-import eina_types;
class Efl.App (Efl.Loop)
{
diff --git a/src/lib/ecore/efl_appthread.eo b/src/lib/ecore/efl_appthread.eo
index 58984ed50f..436846e0e9 100644
--- a/src/lib/ecore/efl_appthread.eo
+++ b/src/lib/ecore/efl_appthread.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Appthread (Efl.Loop, Efl.ThreadIO)
{
[[ ]]
diff --git a/src/lib/ecore/efl_exe.eo b/src/lib/ecore/efl_exe.eo
index 59b8991247..289fe204c3 100644
--- a/src/lib/ecore/efl_exe.eo
+++ b/src/lib/ecore/efl_exe.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
enum Efl.Exe.Signal {
[[ ]]
int,
diff --git a/src/lib/ecore/efl_loop.eo b/src/lib/ecore/efl_loop.eo
index 7006e692a0..f3f0139340 100644
--- a/src/lib/ecore/efl_loop.eo
+++ b/src/lib/ecore/efl_loop.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
struct Efl.Loop_Arguments {
[[EFL loop arguments data structure]]
argv: const(array<const(stringshare)>); [[Array with loop arguments]]
diff --git a/src/lib/ecore/efl_loop_fd.eo b/src/lib/ecore/efl_loop_fd.eo
index 472bdaf211..34f893e1e6 100644
--- a/src/lib/ecore/efl_loop_fd.eo
+++ b/src/lib/ecore/efl_loop_fd.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Loop_Fd (Efl.Loop_Consumer)
{
[[Fds are objects that watch the activity on a given
diff --git a/src/lib/ecore/efl_loop_handler.eo b/src/lib/ecore/efl_loop_handler.eo
index 7912a81f21..77259b0fea 100644
--- a/src/lib/ecore/efl_loop_handler.eo
+++ b/src/lib/ecore/efl_loop_handler.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
enum Efl.Loop.Handler.Flags {
[[ A set of flags that can be OR'd together to indicate which are
desired ]]
diff --git a/src/lib/ecore/efl_loop_message.eo b/src/lib/ecore/efl_loop_message.eo
index a8079266ce..2aec142abc 100644
--- a/src/lib/ecore/efl_loop_message.eo
+++ b/src/lib/ecore/efl_loop_message.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Loop_Message (Efl.Object)
{
[[Base message payload object class. Inherit this and extend for
diff --git a/src/lib/ecore/efl_loop_message_future.eo b/src/lib/ecore/efl_loop_message_future.eo
index 02d8cb471d..5a86333f29 100644
--- a/src/lib/ecore/efl_loop_message_future.eo
+++ b/src/lib/ecore/efl_loop_message_future.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Loop_Message_Future (Efl.Loop_Message)
{
[[ Used internally for futures on the loop ]]
diff --git a/src/lib/ecore/efl_loop_message_future_handler.eo b/src/lib/ecore/efl_loop_message_future_handler.eo
index 06ccb548bc..0b30847c3a 100644
--- a/src/lib/ecore/efl_loop_message_future_handler.eo
+++ b/src/lib/ecore/efl_loop_message_future_handler.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Loop_Message_Future_Handler (Efl.Loop_Message_Handler)
{
[[ Internal use for future on an efl loop - replacing legacy ecore events ]]
diff --git a/src/lib/ecore/efl_loop_message_handler.eo b/src/lib/ecore/efl_loop_message_handler.eo
index 7888fbcc93..bf77810713 100644
--- a/src/lib/ecore/efl_loop_message_handler.eo
+++ b/src/lib/ecore/efl_loop_message_handler.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Loop_Message_Handler (Efl.Object)
{
[[Message handlers represent a single message type on the Efl.Loop
diff --git a/src/lib/ecore/efl_model_container_item.eo b/src/lib/ecore/efl_model_container_item.eo
index 20a1b7fa27..f20ae03694 100644
--- a/src/lib/ecore/efl_model_container_item.eo
+++ b/src/lib/ecore/efl_model_container_item.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Model_Container_Item (Efl.Object, Efl.Model)
{
[[
diff --git a/src/lib/ecore/efl_model_item.eo b/src/lib/ecore/efl_model_item.eo
index 5afa819b02..56f6c89782 100644
--- a/src/lib/ecore/efl_model_item.eo
+++ b/src/lib/ecore/efl_model_item.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Model_Item (Efl.Object, Efl.Model)
{
[[
diff --git a/src/lib/ecore/efl_task.eo b/src/lib/ecore/efl_task.eo
index 0c6a4c1cb6..00a01f3914 100644
--- a/src/lib/ecore/efl_task.eo
+++ b/src/lib/ecore/efl_task.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
enum Efl.Task.Priority {
[[ ]]
normal,
diff --git a/src/lib/ecore/efl_thread.eo b/src/lib/ecore/efl_thread.eo
index b3b6cc0dc9..565bca43c7 100644
--- a/src/lib/ecore/efl_thread.eo
+++ b/src/lib/ecore/efl_thread.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
class Efl.Thread (Efl.Task, Efl.ThreadIO)
{
methods {
diff --git a/src/lib/ecore/efl_threadio.eo b/src/lib/ecore/efl_threadio.eo
index 8cca7289d8..1d3af45cdc 100644
--- a/src/lib/ecore/efl_threadio.eo
+++ b/src/lib/ecore/efl_threadio.eo
@@ -1,5 +1,4 @@
import efl_object;
-import eina_types;
function EFlThreadIOCall {
[[ A Function to call on the "other end" of a thread obvject ]]
diff --git a/src/lib/edje/efl_canvas_layout_part_external.eo b/src/lib/edje/efl_canvas_layout_part_external.eo
index 8c81d62a86..e3d3b48a32 100644
--- a/src/lib/edje/efl_canvas_layout_part_external.eo
+++ b/src/lib/edje/efl_canvas_layout_part_external.eo
@@ -1,5 +1,3 @@
-import edje_types;
-
class Efl.Canvas.Layout_Part_External (Efl.Canvas.Layout_Part, Efl.Content,
Efl.Canvas.Object)
{
diff --git a/src/lib/edje/efl_canvas_layout_part_invalid.eo b/src/lib/edje/efl_canvas_layout_part_invalid.eo
index 45722c5b1c..058220d00a 100644
--- a/src/lib/edje/efl_canvas_layout_part_invalid.eo
+++ b/src/lib/edje/efl_canvas_layout_part_invalid.eo
@@ -1,5 +1,3 @@
-import edje_types;
-
class Efl.Canvas.Layout_Part_Invalid (Efl.Canvas.Layout_Part, Efl.Content,
Efl.Pack_Linear, Efl.Ui.Direction,
Efl.Pack_Table, Efl.Text,
diff --git a/src/lib/efl/interfaces/efl_pack.eo b/src/lib/efl/interfaces/efl_pack.eo
index bff8d9446f..88efd16e23 100644
--- a/src/lib/efl/interfaces/efl_pack.eo
+++ b/src/lib/efl/interfaces/efl_pack.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
interface Efl.Pack (Efl.Container)
{
[[API common to all UI container objects.]]
diff --git a/src/lib/eio/eio_sentry.eo b/src/lib/eio/eio_sentry.eo
index 2c97e2c805..8f87a29025 100644
--- a/src/lib/eio/eio_sentry.eo
+++ b/src/lib/eio/eio_sentry.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
struct Eio.Sentry.Event
{
[[Wraps the data about a monitor event on a file.]]
diff --git a/src/lib/eldbus/eldbus_model_connection.eo b/src/lib/eldbus/eldbus_model_connection.eo
index 5d13cd965e..5b392ab82f 100644
--- a/src/lib/eldbus/eldbus_model_connection.eo
+++ b/src/lib/eldbus/eldbus_model_connection.eo
@@ -1,5 +1,3 @@
-import eldbus_types;
-
class Eldbus.Model.Connection (Eldbus.Model) {
[[Eldbus model connection class]]
diff --git a/src/lib/eldbus/eldbus_model_object.eo b/src/lib/eldbus/eldbus_model_object.eo
index 806af546a3..2931621d62 100644
--- a/src/lib/eldbus/eldbus_model_object.eo
+++ b/src/lib/eldbus/eldbus_model_object.eo
@@ -1,5 +1,3 @@
-import eldbus_types;
-
class Eldbus.Model.Object (Eldbus.Model) {
[[Eldbus model object class]]
diff --git a/src/lib/elementary/efl_ui_view_list_relayout.eo b/src/lib/elementary/efl_ui_view_list_relayout.eo
index 8a442ced42..f1d7f4b7ed 100644
--- a/src/lib/elementary/efl_ui_view_list_relayout.eo
+++ b/src/lib/elementary/efl_ui_view_list_relayout.eo
@@ -1,5 +1,3 @@
-import efl_ui_view_list_types;
-
interface Efl.Ui.View_List_Relayout (Efl.Interface)
{
methods {
diff --git a/src/lib/elementary/efl_ui_view_list_segarray.eo b/src/lib/elementary/efl_ui_view_list_segarray.eo
index 8b09e2fa2f..a3bc275976 100644
--- a/src/lib/elementary/efl_ui_view_list_segarray.eo
+++ b/src/lib/elementary/efl_ui_view_list_segarray.eo
@@ -1,4 +1,3 @@
-import elm_general;
import efl_ui_view_list_types;
class Efl.Ui.View_List_SegArray (Efl.Object)
diff --git a/src/lib/elementary/elm_code_widget.eo b/src/lib/elementary/elm_code_widget.eo
index 1353eb64e4..0f27eb6b97 100644
--- a/src/lib/elementary/elm_code_widget.eo
+++ b/src/lib/elementary/elm_code_widget.eo
@@ -1,5 +1,4 @@
import elm_interface_scrollable;
-import elm_general;
/* FIXME: Those types make elm_code unusable from pure EO */
struct @extern Elm_Code; [[Elementary code main data structure]] /* The main interface currently defined in code */
diff --git a/src/lib/elementary/elm_interface_scrollable.eo b/src/lib/elementary/elm_interface_scrollable.eo
index afe1678839..1ff276376e 100644
--- a/src/lib/elementary/elm_interface_scrollable.eo
+++ b/src/lib/elementary/elm_interface_scrollable.eo
@@ -1,5 +1,3 @@
-import elm_general;
-
type Elm_Interface_Scrollable_Cb: __undefined_type; [[Elementary interface scrollable callback type]]
type Elm_Interface_Scrollable_Resize_Cb: __undefined_type; [[Elementary interface scrollable resize callback type]]
type Elm_Interface_Scrollable_Min_Limit_Cb: __undefined_type; [[Elementary interface scrollable minimal limit callback type]]
diff --git a/src/lib/elementary/elm_prefs.eo b/src/lib/elementary/elm_prefs.eo
index 0f91b45f4e..84159f0825 100644
--- a/src/lib/elementary/elm_prefs.eo
+++ b/src/lib/elementary/elm_prefs.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
type Elm_Prefs_Data: __undefined_type; [[Elementary preferences data type]]
type Elm_Prefs_Reset_Mode: __undefined_type; [[Elementary preferences reset mode type]]
diff --git a/src/lib/evas/canvas/efl_canvas_animation_alpha.eo b/src/lib/evas/canvas/efl_canvas_animation_alpha.eo
index 621e86a707..2ef971e013 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_alpha.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_alpha.eo
@@ -1,5 +1,3 @@
-import efl_canvas_animation_types;
-
class Efl.Canvas.Animation_Alpha (Efl.Canvas.Animation)
{
[[Efl alpha animation class]]
diff --git a/src/lib/evas/canvas/efl_canvas_animation_group.eo b/src/lib/evas/canvas/efl_canvas_animation_group.eo
index 1041c21589..76fcbb2d81 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_group.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_group.eo
@@ -1,5 +1,3 @@
-import efl_canvas_animation_types;
-
abstract Efl.Canvas.Animation_Group (Efl.Canvas.Animation)
{
[[Efl group animation abstract class]]
diff --git a/src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo b/src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo
index cabf201ef6..98700ec8b9 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_group_parallel.eo
@@ -1,5 +1,3 @@
-import efl_canvas_animation_types;
-
class Efl.Canvas.Animation_Group_Parallel (Efl.Canvas.Animation_Group)
{
[[Efl group parallel animation class]]
diff --git a/src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo b/src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo
index 468845a9bd..8cdce7f0f5 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_group_sequential.eo
@@ -1,5 +1,3 @@
-import efl_canvas_animation_types;
-
class Efl.Canvas.Animation_Group_Sequential (Efl.Canvas.Animation_Group)
{
[[Efl group sequential animation class]]
diff --git a/src/lib/evas/canvas/efl_canvas_animation_player.eo b/src/lib/evas/canvas/efl_canvas_animation_player.eo
index c858ed2566..61e9f72d49 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_player.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_player.eo
@@ -1,5 +1,3 @@
-import efl_canvas_animation_types;
-
class Efl.Canvas.Animation_Player (Efl.Object, Efl.Player)
{
[[Efl animation object class]]
diff --git a/src/lib/evas/canvas/efl_canvas_animation_rotate.eo b/src/lib/evas/canvas/efl_canvas_animation_rotate.eo
index a5ff56d907..c7f9da197c 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_rotate.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_rotate.eo
@@ -1,5 +1,3 @@
-import efl_canvas_animation_types;
-
class Efl.Canvas.Animation_Rotate (Efl.Canvas.Animation)
{
[[Efl rotate animation class]]
diff --git a/src/lib/evas/canvas/efl_canvas_animation_scale.eo b/src/lib/evas/canvas/efl_canvas_animation_scale.eo
index 5a92926b79..79a4d2247b 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_scale.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_scale.eo
@@ -1,5 +1,3 @@
-import efl_canvas_animation_types;
-
class Efl.Canvas.Animation_Scale (Efl.Canvas.Animation)
{
[[Efl scale animation class]]
diff --git a/src/lib/evas/canvas/efl_canvas_animation_translate.eo b/src/lib/evas/canvas/efl_canvas_animation_translate.eo
index 29daa14481..29276c4ec3 100644
--- a/src/lib/evas/canvas/efl_canvas_animation_translate.eo
+++ b/src/lib/evas/canvas/efl_canvas_animation_translate.eo
@@ -1,5 +1,3 @@
-import efl_canvas_animation_types;
-
class Efl.Canvas.Animation_Translate (Efl.Canvas.Animation)
{
[[Efl translate animation class]]
diff --git a/src/lib/evas/canvas/efl_canvas_filter_internal.eo b/src/lib/evas/canvas/efl_canvas_filter_internal.eo
index 0298b8305e..e25eba1584 100644
--- a/src/lib/evas/canvas/efl_canvas_filter_internal.eo
+++ b/src/lib/evas/canvas/efl_canvas_filter_internal.eo
@@ -1,5 +1,4 @@
// import efl_gfx_types -> need to add Efl.Gfx.Color
-import eina_types;
/* Everything in this file is internal to Evas. It is not meant to be used
from outside EFL itself! */
diff --git a/src/lib/evas/canvas/efl_input_interface.eo b/src/lib/evas/canvas/efl_input_interface.eo
index 68408a3281..7d9df41025 100644
--- a/src/lib/evas/canvas/efl_input_interface.eo
+++ b/src/lib/evas/canvas/efl_input_interface.eo
@@ -1,5 +1,3 @@
-import eina_types;
-
interface Efl.Input.Interface ()
{
[[An object implementing this interface can send pointer events.
diff --git a/src/lib/evas/canvas/evas_canvas3d_mesh.eo b/src/lib/evas/canvas/evas_canvas3d_mesh.eo
index 2305a0cd66..04771d7d45 100644
--- a/src/lib/evas/canvas/evas_canvas3d_mesh.eo
+++ b/src/lib/evas/canvas/evas_canvas3d_mesh.eo
@@ -1,4 +1,3 @@
-import eina_types;
import evas_canvas3d_types;
struct @extern Eina.Inarray; [[Eina inarray data structure]]
diff --git a/src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo b/src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo
index 9060349855..50c73d757a 100644
--- a/src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo
+++ b/src/lib/evas/gesture/efl_canvas_gesture_long_tap.eo
@@ -1,5 +1,3 @@
-import efl_canvas_gesture_types;
-
class Efl.Canvas.Gesture_Long_Tap (Efl.Canvas.Gesture)
{
[[EFL Gesture Long Tap class]]
diff --git a/src/lib/evas/gesture/efl_canvas_gesture_manager.eo b/src/lib/evas/gesture/efl_canvas_gesture_manager.eo
index 96cbc7b26b..79fc3cc595 100644
--- a/src/lib/evas/gesture/efl_canvas_gesture_manager.eo
+++ b/src/lib/evas/gesture/efl_canvas_gesture_manager.eo
@@ -1,5 +1,3 @@
-import efl_canvas_gesture_types;
-
class Efl.Canvas.Gesture_Manager (Efl.Object)
{
[[EFL Gesture Manager class]]
diff --git a/src/lib/evas/gesture/efl_canvas_gesture_tap.eo b/src/lib/evas/gesture/efl_canvas_gesture_tap.eo
index 4dade414eb..dcb4ba6685 100644
--- a/src/lib/evas/gesture/efl_canvas_gesture_tap.eo
+++ b/src/lib/evas/gesture/efl_canvas_gesture_tap.eo
@@ -1,5 +1,3 @@
-import efl_canvas_gesture_types;
-
class Efl.Canvas.Gesture_Tap(Efl.Canvas.Gesture)
{
[[EFL Gesture Tap class]]