cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eb408809ad1256db145475852c6109f6ea5c6d09

commit eb408809ad1256db145475852c6109f6ea5c6d09
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Tue Apr 19 11:28:36 2016 -0700

    eo: fix borkage.
---
 src/lib/eo/eo_base.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/eo_base.eo b/src/lib/eo/eo_base.eo
index 8d10e44..942abc0 100644
--- a/src/lib/eo/eo_base.eo
+++ b/src/lib/eo/eo_base.eo
@@ -235,7 +235,7 @@ abstract Eo.Base ()
          ]]
          params {
             @in key: const(char)*; [[the key associated with the value]]
-            @in value: Eina_Value *; [[the value to set]]
+            @in value: Eina.Value *; [[the value to set]]
          }
       }
       key_value_get @const {
@@ -243,7 +243,7 @@ abstract Eo.Base ()
          params {
             @in key: const(char)*; [[the key associated with the value]]
          }
-         return: Eina_Value *; [[the value for the key]]
+         return: Eina.Value *; [[the value for the key]]
       }
       key_value_del {
          [[Del generic value from object.]]

-- 


Reply via email to