From eb408809ad1256db145475852c6109f6ea5c6d09 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 19 Apr 2016 11:28:36 -0700 Subject: [PATCH] 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 8d10e44ea3..942abc0fd5 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.]]