jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=5e8b3a042c0840328324a72092f546e7d9dc501c

commit 5e8b3a042c0840328324a72092f546e7d9dc501c
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Mon Jan 25 18:13:25 2016 +0900

    naviframe: Update documentation of item_pop_cb_set and item_pop_to.
---
 src/lib/elm_naviframe_item.eo | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/lib/elm_naviframe_item.eo b/src/lib/elm_naviframe_item.eo
index f3d70b8..f620e46 100644
--- a/src/lib/elm_naviframe_item.eo
+++ b/src/lib/elm_naviframe_item.eo
@@ -19,6 +19,11 @@ class Elm.Naviframe_Item(Elm.Widget_Item)
 
               The items between the top and the given item will be deleted
               first, and then the top item will be popped at last.
+
+              Warning: The pop callback function set by
+              elm_naviframe_item_pop_cb_set is not called for items between the
+              top item and the destination item since those items are deleted
+              without being popped.
             ]]
         }
       title_enabled_get @const {
@@ -54,6 +59,9 @@ class Elm.Naviframe_Item(Elm.Widget_Item)
               additionally if the function does an exact same logic with
               this $func. When hardware back key is pressed then both
               callbacks will be called.
+              Warning: The pop callback function is called only if the item is
+              popped. Therefore, the pop callback function is not called if the
+              item is deleted without being popped.
 
               @since 1.8
             ]]

-- 


Reply via email to