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

src/lib/evas/canvas/evas_out.eo

index 18a7b7a..731da8a 100644 (file)
@@ -32,7 +32,7 @@ class Evas.Out (Eo.Base)
             [[Gets the engine specific output parameters for a given output.]]
          }
          values {
-            info: Evas_Engine_Info *; [[The engine parameters.]]
+            info: Evas.Engine_Info *; [[The engine parameters.]]
          }
       }
    }