Eo types: Fix Eina.Rectangle's namespace.

This commit is contained in:
Tom Hacohen 2015-06-01 14:04:09 +01:00
parent 6df0af6b4e
commit 87e7d2f200
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* FIXME: Move to Eina when we decide they are handled properly. */
struct @extern Eina_Rectangle {
type @extern Eina.Stringshare: const(char) *;
struct @extern Eina.Rectangle {
x: int;
y: int;
w: int;

View File

@ -66,7 +66,7 @@ abstract Efl.VG.Base (Eo.Base, Efl.Gfx.Base, Efl.Gfx.Stack)
@since 1.14
*/
params {
@out r: Eina_Rectangle; /*@ bounding box to be returned */
@out r: Eina.Rectangle; /*@ bounding box to be returned */
}
}
}