Efl file: Add eject method.

This commit is contained in:
Tom Hacohen 2014-08-06 11:55:00 +01:00
parent 345f1fc7ca
commit cff97a665d
1 changed files with 7 additions and 0 deletions

View File

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