From 755021b39fd7311b3442682902caf45a2fee50a4 Mon Sep 17 00:00:00 2001 From: SangHyeon Jade Lee Date: Mon, 7 Aug 2017 16:36:47 +0900 Subject: [PATCH] elm_object_item: update pre_notify_del document Change-Id: Ie9a2e6e20fa60449b934c870b98e55aa82d2df5c Signed-off-by: SangHyeon Jade Lee --- src/lib/elm_widget_item.eo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_widget_item.eo b/src/lib/elm_widget_item.eo index c4f3336..c95bf7d 100644 --- a/src/lib/elm_widget_item.eo +++ b/src/lib/elm_widget_item.eo @@ -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 { -- 2.7.4