efl_ui_widget: set a proper legacy name for widget_parent_set

Previously, legacy name of this property was "elm_widget_parent_set".
But, in efl_ui_widget.eo.legacy.h, it's current name is
"elm_widget_widget_parent_set" which is not matched well with
"elm_widget_parent_get" at all.

Reviewed-by: Marcel Hollerbach <marcel-hollerbach@t-online.de>
Differential Revision: https://phab.enlightenment.org/D7666
This commit is contained in:
WooHyun Jung 2019-01-17 06:19:50 +00:00 committed by Marcel Hollerbach
parent 98e37dd123
commit 3b35bacc80
1 changed files with 3 additions and 1 deletions

View File

@ -145,7 +145,9 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
See also @.widget_top.
]]
set {}
set {
legacy: elm_widget_parent_set; /* internal in legacy */
}
get {
legacy: elm_widget_parent_get; /* internal in legacy */
}