Elm app client view: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:55:52 +01:00
parent 64cb0942d4
commit 8b6948fa42
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
import elm_general;
type Elm_App_Client_View_Cb: __undefined_type;
class Elm.App_Client_View (Eo.Base)
{
legacy_prefix: null;
@ -49,7 +53,7 @@ class Elm.App_Client_View (Eo.Base)
[[Get DBus path of view]]
}
values {
ret: Eina_Stringshare *; [[DBus path of view]]
ret: Eina.Stringshare *; [[DBus path of view]]
}
}
@property package {