Elm app server: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:39:25 +01:00
parent b2be0b0506
commit 7d45bbcc5e
1 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
import eina_types;
type Elm_App_Server_Create_View_Cb: __undefined_type;
class Elm.App_Server (Eo.Base)
{
legacy_prefix: null;
@ -9,7 +13,7 @@ class Elm.App_Server (Eo.Base)
get {
}
values {
icon: Eina_Stringshare *; [[title of icon]]
icon: Eina.Stringshare *; [[title of icon]]
}
}
@property views {
@ -31,7 +35,7 @@ class Elm.App_Server (Eo.Base)
get {
}
values {
ret: Eina_Stringshare *;
ret: Eina.Stringshare *;
}
}
@property pixels {
@ -83,7 +87,7 @@ class Elm.App_Server (Eo.Base)
}
title_get {
[[Get title of application]]
return: Eina_Stringshare *; [[title of application]]
return: Eina.Stringshare *; [[title of application]]
}
save {
[[Save the state of all views]]