efl_ui_widget: set a proper legacy name for widget_parent_set
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 17 Jan 2019 06:19:50 +0000 (06:19 +0000)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 24 Jan 2019 05:20:19 +0000 (14:20 +0900)
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

src/lib/elementary/efl_ui_widget.eo

index f0d032c..1ad7153 100644 (file)
@@ -154,7 +154,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 */
          }