q66 pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=c193371a0eeee293eefd31b1f55191aca589d5ed

commit c193371a0eeee293eefd31b1f55191aca589d5ed
Author: Daniel Kolesa <d.kol...@samsung.com>
Date:   Wed Aug 27 15:44:11 2014 +0100

    update according to latest eolian changes
---
 src/lib/elm_app_client.eo      | 15 +++++++--------
 src/lib/elm_app_client_view.eo | 15 +++++++--------
 src/lib/elm_app_server.eo      | 17 ++++++++---------
 src/lib/elm_app_server_view.eo | 15 +++++++--------
 src/lib/elm_win.eo             | 17 ++++++++---------
 5 files changed, 37 insertions(+), 42 deletions(-)

diff --git a/src/lib/elm_app_client.eo b/src/lib/elm_app_client.eo
index 292f356..7e50c69 100644
--- a/src/lib/elm_app_client.eo
+++ b/src/lib/elm_app_client.eo
@@ -2,14 +2,6 @@ class Elm_App_Client (Eo.Base)
 {
    legacy_prefix: null;
    eo_prefix: elm_app_client;
-   constructors {
-      constructor {
-         /*@ Class constructor of elm_app_client. */
-         params {
-            @in const(char)* package; /*@ Package of application */
-         }
-      }
-   }
    properties {
       views {
          get {
@@ -29,6 +21,13 @@ class Elm_App_Client (Eo.Base)
       }
    }
    methods {
+      constructor @constructor {
+         /*@ Class constructor of elm_app_client. */
+         legacy: null;
+         params {
+            @in const(char)* package; /*@ Package of application */
+         }
+      }
       view_all_close {
          /*@ Close all views of application. */
       }
diff --git a/src/lib/elm_app_client_view.eo b/src/lib/elm_app_client_view.eo
index 892b8b5..4c95999 100644
--- a/src/lib/elm_app_client_view.eo
+++ b/src/lib/elm_app_client_view.eo
@@ -2,14 +2,6 @@ class Elm_App_Client_View (Eo.Base)
 {
    legacy_prefix: null;
    eo_prefix: elm_app_client_view;
-   constructors {
-      constructor {
-         /*@ Class constructor of elm_app_client_view */
-         params {
-            @in const(char)* path; /*@ DBus path of view */
-         }
-      }
-   }
    properties {
       state {
          get {
@@ -88,6 +80,13 @@ class Elm_App_Client_View (Eo.Base)
       }
    }
    methods {
+      constructor @constructor {
+         /*@ Class constructor of elm_app_client_view */
+         legacy: null;
+         params {
+            @in const(char)* path; /*@ DBus path of view */
+         }
+      }
       pause {
          /*@ Pause view */
          params {
diff --git a/src/lib/elm_app_server.eo b/src/lib/elm_app_server.eo
index d2ae4cf..a253898 100644
--- a/src/lib/elm_app_server.eo
+++ b/src/lib/elm_app_server.eo
@@ -2,15 +2,6 @@ class Elm_App_Server (Eo.Base)
 {
    legacy_prefix: null;
    eo_prefix: elm_app_server;
-   constructors {
-      constructor {
-         /*@ Class constructor of elm_app_server */
-         params {
-            @in const(char)* packageid; /*@ package of application */
-            @in Elm_App_Server_Create_View_Cb create_view_cb; /*@ callback to 
be called when user whants to open some application view */
-         }
-      }
-   }
    properties {
       icon {
          set {
@@ -59,6 +50,14 @@ class Elm_App_Server (Eo.Base)
       }
    }
    methods {
+      constructor @constructor {
+         /*@ Class constructor of elm_app_server */
+         legacy: null;
+         params {
+            @in const(char)* packageid; /*@ package of application */
+            @in Elm_App_Server_Create_View_Cb create_view_cb; /*@ callback to 
be called when user whants to open some application view */
+         }
+      }
       close_all {
          /*@ Close all views of application */
       }
diff --git a/src/lib/elm_app_server_view.eo b/src/lib/elm_app_server_view.eo
index 11dd109..2be056a 100644
--- a/src/lib/elm_app_server_view.eo
+++ b/src/lib/elm_app_server_view.eo
@@ -2,14 +2,6 @@ class Elm_App_Server_View (Eo.Base)
 {
    legacy_prefix: null;
    eo_prefix: elm_app_server_view;
-   constructors {
-      constructor {
-         /*@ Class constructor of elm_app_server_view */
-         params {
-            @in const(char)* id; /*@ identifier of view */
-         }
-      }
-   }
    properties {
       progress {
          set {
@@ -91,6 +83,13 @@ class Elm_App_Server_View (Eo.Base)
       }
    }
    methods {
+      constructor @constructor {
+         /*@ Class constructor of elm_app_server_view */
+         legacy: null;
+         params {
+            @in const(char)* id; /*@ identifier of view */
+         }
+      }
       pause {
       }
       resume {
diff --git a/src/lib/elm_win.eo b/src/lib/elm_win.eo
index 83107ae..c0c0eb3 100644
--- a/src/lib/elm_win.eo
+++ b/src/lib/elm_win.eo
@@ -2,15 +2,6 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window,
                Elm_Interface_Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_win;
-   constructors {
-      constructor {
-         /*@ No description supplied by the EAPI. */
-         params {
-            @in const(char)* name;
-            @in Elm_Win_Type type;
-         }
-      }
-   }
    properties {
       keyboard_win {
          set {
@@ -1182,6 +1173,14 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window,
       }
    }
    methods {
+      constructor @constructor {
+         /*@ No description supplied by the EAPI. */
+         legacy: null;
+         params {
+            @in const(char)* name;
+            @in Elm_Win_Type type;
+         }
+      }
       wm_manual_rotation_done {
          /*@
          To notify the rotation done to WM manually.

-- 


Reply via email to