ecore: declare efl_app and the inherits stable

fix T7556
fix T7514
fix T7514
fix T7514

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8001
This commit is contained in:
Marcel Hollerbach 2019-02-22 14:08:39 +01:00 committed by Cedric BAIL
parent 999ed5f200
commit f493e0e676
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
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;

View File

@ -4,7 +4,7 @@ struct Efl.Loop_Arguments {
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

View File

@ -1,4 +1,4 @@
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

View File

@ -15,7 +15,7 @@ enum Efl.Task_Flags {
no_exit_code_error = 4,
}
abstract @beta Efl.Task extends Efl.Loop_Consumer
abstract Efl.Task extends Efl.Loop_Consumer
{
[[ ]]
methods {