Revert "eo beta - mark task, io classes as beta because they are..."

This reverts commit 5455a2dcf7.

these classes were explicitly stabilized for 1.22

see T7599, T7600, T7601

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D9901
This commit is contained in:
Mike Blumenkrantz 2019-09-10 13:31:13 -04:00 committed by Stefan Schmidt
parent c2a9cc4de4
commit df3cf01628
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import eina_types;
interface @beta Efl.Io.Closer {
interface Efl.Io.Closer {
[[Generic interface for objects that can close themselves.
This interface allows external objects to transparently close an

View File

@ -1,6 +1,6 @@
import eina_types;
interface @beta Efl.Io.Reader {
interface Efl.Io.Reader {
[[Generic interface for objects that can read data into a provided memory.
This interface allows external objects to transparently monitor

View File

@ -1,6 +1,6 @@
import eina_types;
interface @beta Efl.Io.Writer {
interface Efl.Io.Writer {
[[Generic interface for objects that can write data from a provided memory.
This interface allows external objects to transparently write