Efl File: Add Eina.File eolian type and use it.
authorTom Hacohen <tom@stosb.com>
Mon, 1 Jun 2015 13:05:31 +0000 (14:05 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 1 Jun 2015 13:05:31 +0000 (14:05 +0100)
src/lib/efl/interfaces/efl_file.eo
src/lib/eo/eina_types.eot

index 0a04aa2..4baa7f6 100644 (file)
@@ -1,3 +1,5 @@
+import eina_types;
+
 interface Efl.File {
    legacy_prefix: null;
    methods {
index 2888e92..f0f16e7 100644 (file)
@@ -6,3 +6,4 @@ struct @extern Eina.Rectangle {
     w: int;
     h: int;
 }
+struct @extern Eina.File;