Efl file: Add eject method.
authorTom Hacohen <tom@stosb.com>
Wed, 6 Aug 2014 10:55:00 +0000 (11:55 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 21 Aug 2014 10:02:11 +0000 (11:02 +0100)
src/lib/efl/interfaces/efl_file.eo

index edc2a99..a572a50 100644 (file)
@@ -72,5 +72,12 @@ interface Efl.File {
             none). */
          }
       }
+      eject @const {
+           /*@
+             Eject the represented object.
+
+             Get rid of and clean the pointed resource.
+             */
+      }
    }
 }