Evas: Mark legacy_ctor as constructor and beta

This is a futile attempt at hiding an internal function.
This commit is contained in:
Jean-Philippe Andre 2016-06-16 18:03:32 +09:00
parent 1535135580
commit 5177725ed8
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ abstract Evas.Object (Eo.Base, Evas.Common_Interface, Efl.Gfx, Efl.Gfx.Stack,
event_prefix: evas_object;
data: Evas_Object_Protected_Data;
methods {
legacy_ctor @protected {
legacy_ctor @protected @beta {
[[Internal function. Do not use.]]
}
@property type @protected {
@ -691,6 +691,7 @@ abstract Evas.Object (Eo.Base, Evas.Common_Interface, Efl.Gfx, Efl.Gfx.Stack,
}
}
constructors {
.legacy_ctor;
.type;
}
implements {