From: Jee-Yong Um Date: Thu, 8 Oct 2015 10:05:31 +0000 (+0200) Subject: elm_hoversel: change API name (label_auto_changed -> auto_update) X-Git-Tag: v1.16.0-beta3~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d0b72daef219dd21ccf0a2773b5d5a9e26d58a8;p=platform%2Fupstream%2Felementary.git elm_hoversel: change API name (label_auto_changed -> auto_update) 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 --- diff --git a/src/lib/elm_hoversel.eo b/src/lib/elm_hoversel.eo index ae67b10..5da60e8 100644 --- a/src/lib/elm_hoversel.eo +++ b/src/lib/elm_hoversel.eo @@ -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 {