tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=11ca8575704e81f4d36e6e2f2db83dc3a238787e

commit 11ca8575704e81f4d36e6e2f2db83dc3a238787e
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Jun 1 14:05:31 2015 +0100

    Efl File: Add Eina.File eolian type and use it.
---
 src/lib/efl/interfaces/efl_file.eo | 2 ++
 src/lib/eo/eina_types.eot          | 1 +
 2 files changed, 3 insertions(+)

diff --git a/src/lib/efl/interfaces/efl_file.eo 
b/src/lib/efl/interfaces/efl_file.eo
index 0a04aa2..4baa7f6 100644
--- a/src/lib/efl/interfaces/efl_file.eo
+++ b/src/lib/efl/interfaces/efl_file.eo
@@ -1,3 +1,5 @@
+import eina_types;
+
 interface Efl.File {
    legacy_prefix: null;
    methods {
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot
index 2888e92..f0f16e7 100644
--- a/src/lib/eo/eina_types.eot
+++ b/src/lib/eo/eina_types.eot
@@ -6,3 +6,4 @@ struct @extern Eina.Rectangle {
     w: int;
     h: int;
 }
+struct @extern Eina.File;

-- 


Reply via email to