update as per latest eolian changes

This commit is contained in:
Daniel Kolesa 2014-09-01 15:57:56 +01:00
parent 8c0dcde37d
commit 05f0cdddb9
5 changed files with 20 additions and 5 deletions

View File

@ -21,7 +21,7 @@ class Elm_App_Client (Eo.Base)
} }
} }
methods { methods {
constructor @constructor { constructor {
/*@ Class constructor of elm_app_client. */ /*@ Class constructor of elm_app_client. */
legacy: null; legacy: null;
params { params {
@ -54,6 +54,9 @@ class Elm_App_Client (Eo.Base)
Eo.Base.constructor; Eo.Base.constructor;
Eo.Base.destructor; Eo.Base.destructor;
} }
constructors {
.constructor;
}
events { events {
view,created; /*@ Called when a view of this application is created. */ view,created; /*@ Called when a view of this application is created. */
view,deleted; /*@ Called when a view of this application is deleted. */ view,deleted; /*@ Called when a view of this application is deleted. */

View File

@ -80,7 +80,7 @@ class Elm_App_Client_View (Eo.Base)
} }
} }
methods { methods {
constructor @constructor { constructor {
/*@ Class constructor of elm_app_client_view */ /*@ Class constructor of elm_app_client_view */
legacy: null; legacy: null;
params { params {
@ -113,6 +113,9 @@ class Elm_App_Client_View (Eo.Base)
Eo.Base.constructor; Eo.Base.constructor;
Eo.Base.destructor; Eo.Base.destructor;
} }
constructors {
.constructor;
}
events { events {
state,changed; /*@ State of view changed. */ state,changed; /*@ State of view changed. */
title,changed; /*@ Title of view changed. */ title,changed; /*@ Title of view changed. */

View File

@ -50,7 +50,7 @@ class Elm_App_Server (Eo.Base)
} }
} }
methods { methods {
constructor @constructor { constructor {
/*@ Class constructor of elm_app_server */ /*@ Class constructor of elm_app_server */
legacy: null; legacy: null;
params { params {
@ -92,6 +92,9 @@ class Elm_App_Server (Eo.Base)
Eo.Base.constructor; Eo.Base.constructor;
Eo.Base.destructor; Eo.Base.destructor;
} }
constructors {
.constructor;
}
events { events {
terminate; /*@ Called when application must be terminated. */ terminate; /*@ Called when application must be terminated. */
} }

View File

@ -83,7 +83,7 @@ class Elm_App_Server_View (Eo.Base)
} }
} }
methods { methods {
constructor @constructor { constructor {
/*@ Class constructor of elm_app_server_view */ /*@ Class constructor of elm_app_server_view */
legacy: null; legacy: null;
params { params {
@ -103,6 +103,9 @@ class Elm_App_Server_View (Eo.Base)
Eo.Base.constructor; Eo.Base.constructor;
Eo.Base.destructor; Eo.Base.destructor;
} }
constructors {
.constructor;
}
events { events {
resumed; /*@ Called when view must be resumed */ resumed; /*@ Called when view must be resumed */
paused; /*@ Called when view must be paused */ paused; /*@ Called when view must be paused */

View File

@ -1173,7 +1173,7 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window,
} }
} }
methods { methods {
constructor @constructor { constructor {
/*@ No description supplied by the EAPI. */ /*@ No description supplied by the EAPI. */
legacy: null; legacy: null;
params { params {
@ -1348,6 +1348,9 @@ class Elm_Win (Elm_Widget, Elm_Interface_Atspi_Window,
Elm_Interface_Atspi_Accessible.parent.get; Elm_Interface_Atspi_Accessible.parent.get;
Elm_Interface_Atspi_Widget_Action.elm_actions.get; Elm_Interface_Atspi_Widget_Action.elm_actions.get;
} }
constructors {
.constructor;
}
events { events {
delete,request; delete,request;
focus,out; focus,out;