Eo types: Fix Eina.Rectangle's namespace.
authorTom Hacohen <tom@stosb.com>
Mon, 1 Jun 2015 13:04:09 +0000 (14:04 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 1 Jun 2015 13:04:09 +0000 (14:04 +0100)
src/lib/eo/eina_types.eot
src/lib/evas/canvas/efl_vg_base.eo

index 070d55d..2888e92 100644 (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;
index 3b48b9c..c69057c 100644 (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 */
          }
       }
    }