fix T7556
fix T7514
fix T7514
fix T7514
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8001
import efl_types;
-abstract @beta Efl.App extends Efl.Loop implements Efl.Core.Command_Line
+abstract Efl.App extends Efl.Loop implements Efl.Core.Command_Line
{
[[Object representing the application itself]]
data: null;
initialization: bool; [[Set to $true when the program should initialize its internal state. This happen once per process instance.]]
}
-abstract @beta Efl.Loop extends Efl.Task
+abstract Efl.Loop extends Efl.Task
{
[[The Efl Main Loop
-abstract @beta Efl.Loop_Consumer extends Efl.Object
+abstract Efl.Loop_Consumer extends Efl.Object
{
[[An @Efl.Loop_Consumer is a class which requires one of the parents to provide
an @Efl.Loop interface when performing @Efl.Object.provider_find. It will enforce this by
no_exit_code_error = 4,
}
-abstract @beta Efl.Task extends Efl.Loop_Consumer
+abstract Efl.Task extends Efl.Loop_Consumer
{
[[ ]]
methods {