elm_object_item: update pre_notify_del document 58/142758/4 accepted/tizen/unified/20170810.172528 submit/tizen/20170810.044648
authorSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Mon, 7 Aug 2017 07:36:47 +0000 (16:36 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Tue, 8 Aug 2017 07:37:36 +0000 (07:37 +0000)
Change-Id: Ie9a2e6e20fa60449b934c870b98e55aa82d2df5c
Signed-off-by: SangHyeon Jade Lee <dltkdgus1764@gmail.com>
src/lib/elm_widget_item.eo

index c4f3336af6955b4b8ccbde3f098be127d0f60700..c95bf7ddb06601a9bcb42851d8f855264f4fee68 100644 (file)
@@ -215,7 +215,11 @@ class Elm.Widget_Item (Eo.Base, Elm_Interface_Atspi_Accessible,
                 [[Delete the given item.]]
            }
            pre_notify_del @protected {
-                [[notify deletion of widget item]]
+                [[Notify deletion of widget item before preparing deletion of item object.
+
+                  Note: This notification is not actaul item deletion.
+                  See: elm_object_item_del_cb_set() for set callback on item deletion.]]
+
                 legacy: null;
            }
            tooltip_text_set {