elm_hoversel: change API name (label_auto_changed -> auto_update)
authorJee-Yong Um <jc9.um@samsung.com>
Thu, 8 Oct 2015 10:05:31 +0000 (12:05 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Sat, 24 Oct 2015 02:05:23 +0000 (04:05 +0200)
Summary: elm_hoversel_label_auto_changed_set/get() API names are not clear.

Reviewers: Hermet, cedric

Reviewed By: cedric

Differential Revision: https://phab.enlightenment.org/D3139

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/elm_hoversel.eo

index ae67b10..5da60e8 100644 (file)
@@ -58,13 +58,13 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
          }
       }
       @property auto_update {
-         [[Change the label of hoversel to that of selected item automatically.]]
+         [[Update icon and text of hoversel same to those of selected item automatically.]]
          get{
          }
          set{
          }
          values {
-            auto_update: bool; [[$true if the label is changed automatically or $false otherwise]]
+            auto_update: bool; [[$true if hoversel is updated automatically or $false otherwise]]
          }
       }
       hover_begin {