Elm app client: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:44:33 +01:00
parent 746581865f
commit 22345bd744
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
import eina_types;
type Elm_App_Client_Open_View_Cb: __undefined_type;
type Elm_App_Client_Pending: __undefined_type;
class Elm.App_Client (Eo.Base)
{
legacy_prefix: null;
@ -34,7 +39,7 @@ class Elm.App_Client (Eo.Base)
view_open {
[[Open an application view.]]
params {
@in args: Eina_Value * @optional; [[an array of.]]
@in args: Eina.Value * @optional; [[an array of.]]
@in view_open_cb: Elm_App_Client_Open_View_Cb @optional; [[callback to be called when view open]]
@in data: const(void)* @optional; [[callback user data]]
}