diff --git a/src/lib/efl/interfaces/efl_file.eo b/src/lib/efl/interfaces/efl_file.eo index edc2a99d3c..a572a50974 100644 --- a/src/lib/efl/interfaces/efl_file.eo +++ b/src/lib/efl/interfaces/efl_file.eo @@ -72,5 +72,12 @@ interface Efl.File { none). */ } } + eject @const { + /*@ + Eject the represented object. + + Get rid of and clean the pointed resource. + */ + } } }