Evas vg: Fix Eolian warnings.
authorTom Hacohen <tom@stosb.com>
Tue, 16 Feb 2016 09:45:47 +0000 (09:45 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 16 Feb 2016 09:45:47 +0000 (09:45 +0000)
This includes either migrating types to eolian, fixing namespace or
importing extra types.

src/lib/evas/canvas/evas_vg.eo

index 6438fe3..fb9f7b9 100644 (file)
@@ -14,7 +14,7 @@ class Evas.VG (Evas.Object, Efl.Gfx.Fill, Efl.Gfx.View)
               @since 1.14]]
          }
          values {
-            container: Efl_VG *; [[Root node of the VG canvas.]]
+            container: Eo.Base *; [[Root node of the VG canvas.]] /* FIXME: Should be Efl.VG.Base */
          }
       }
    }