Efl File: Add Eina.File eolian type and use it.

This commit is contained in:
Tom Hacohen 2015-06-01 14:05:31 +01:00
parent 87e7d2f200
commit 11ca857570
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import eina_types;
interface Efl.File { interface Efl.File {
legacy_prefix: null; legacy_prefix: null;
methods { methods {

View File

@ -6,3 +6,4 @@ struct @extern Eina.Rectangle {
w: int; w: int;
h: int; h: int;
} }
struct @extern Eina.File;