eo: mark efl_object stable

fix T7557

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

View File

@ -1,4 +1,4 @@
abstract @beta Efl.Class
abstract Efl.Class
{
[[Abstract Efl class]]
data: null;

View File

@ -27,7 +27,7 @@ const Efl.Callback_Priority_Default : Efl.Callback_Priority = 0;
const Efl.Callback_Priority_After : Efl.Callback_Priority = 100;
[[Slightly less prioritized than default.]]
abstract @beta Efl.Object
abstract Efl.Object
{
[[Abstract EFL object class.
@ -55,6 +55,8 @@ abstract @beta Efl.Object
- Destruction: The object has no parent and it can be destroyed. The
@.destructor method is called, use it to return any resources the object
might have gathered during its life.
@since 1.22
]]
eo_prefix: efl;
@ -131,8 +133,6 @@ abstract @beta Efl.Object
Usually more debug information should be added to $sb after
calling the super function.
@since 1.21
]]
params {
@in sb: strbuf; [[A string buffer, must not be $null.]]
@ -378,7 +378,7 @@ abstract @beta Efl.Object
]]
return: bool; [[$true if it is. $false otherwise.]]
}
@property allow_parent_unref {
@property allow_parent_unref @beta {
[[Allow an object to be deleted by unref even if it has a parent.
This simply hides the error message warning that an object being