From 1ee9c6579d593d544aa9761a8fa428bb72f0ed17 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Thu, 6 Oct 2011 20:08:09 +0900 Subject: [PATCH] naviframe - filled up the elm_naviframe_item_del API doxygen Change-Id: I00f87c0e621718fff200c5d05baf4a335e372f8f --- src/lib/Elementary.h.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index f749661..21dcff8 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -8378,9 +8378,14 @@ extern "C" { */ EAPI void elm_naviframe_item_pop_to(Elm_Object_Item *it) EINA_ARG_NONNULL(1); /** - * @brief Delete's the given item. + * @brief Delete the given item instantly. * * @param it The naviframe item + * + * This just deletes the given item from the naviframe item list instantly. + * So this would not emit any signals for view transitions but just change + * the current view if the given item is a top one. + * */ EAPI void elm_naviframe_item_del(Elm_Object_Item *it) EINA_ARG_NONNULL(1); /** -- 2.7.4