naviframe - filled up the elm_naviframe_item_del API doxygen
authorChunEon Park <chuneon.park@samsung.com>
Thu, 6 Oct 2011 11:08:09 +0000 (20:08 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Thu, 6 Oct 2011 11:09:35 +0000 (20:09 +0900)
Change-Id: I00f87c0e621718fff200c5d05baf4a335e372f8f

src/lib/Elementary.h.in

index f749661..21dcff8 100644 (file)
@@ -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);
    /**