naviframe - filled up the elm_naviframe_item_del API doxygen
[framework/uifw/elementary.git] / 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);
    /**