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

src/lib/evas/include/evas_ector_buffer.eo

index cb94215..cbf8c8b 100644 (file)
@@ -1,5 +1,7 @@
 /* Note: only for internal C API */
 
+import evas_canvas;
+
 interface Evas.Ector.Buffer
 {
    legacy_prefix: null;
@@ -8,7 +10,7 @@ interface Evas.Ector.Buffer
          get {}
          set { [[This Buffer will hold a reference to the evas image struct.]] }
          values {
-            evas: Evas *; [[The current Evas.]]
+            evas: Evas.Canvas *; [[The current Evas.]]
             image: void *; [[The engine-specific image struct.]]
          }
       }