From: Cedric BAIL Date: Tue, 19 Apr 2016 18:28:36 +0000 (-0700) Subject: eo: fix borkage. X-Git-Tag: upstream/1.20.0~6739 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb408809ad1256db145475852c6109f6ea5c6d09;p=platform%2Fupstream%2Fefl.git eo: fix borkage. --- 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.]]