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 {
constructor @constructor {
constructor {
/*@ Class constructor of elm_app_client. */
legacy: null;
params {
@ -54,6 +54,9 @@ class Elm_App_Client (Eo.Base)
Eo.Base.constructor;
Eo.Base.destructor;
}
constructors {
.constructor;
}
events {
view,created; /*@ Called when a view of this application is created. */
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 {
constructor @constructor {
constructor {
/*@ Class constructor of elm_app_client_view */
legacy: null;
params {
@ -113,6 +113,9 @@ class Elm_App_Client_View (Eo.Base)
Eo.Base.constructor;
Eo.Base.destructor;
}
constructors {
.constructor;
}
events {
state,changed; /*@ State of view changed. */
title,changed; /*@ Title of view changed. */

View File

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

View File

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

View File

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