efl/widget: un-@protected style property set

this is needed for some cases and there isn't a specific reason to keep
it proected

fix T8100

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9803
This commit is contained in:
Mike Blumenkrantz 2019-08-30 13:39:17 -04:00 committed by Marcel Hollerbach
parent 155f2f98af
commit 05b7e2b730
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
The style can only be set before @Efl.Object.finalize, which means
at construction time of the object (inside $efl_add in C).
]]
set @protected {
set {
[[Can only be called during construction, before finalize.]]
return: Eina.Error;
[[Whether the style was successfully applied or not, see