X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flib%2FElementary.h.in;h=21dcff826e2d61f17bcc8bedc3c0e127dfdbc8d6;hb=1ee9c6579d593d544aa9761a8fa428bb72f0ed17;hp=f7496614dba20923789e08d17cbea437b415a4f3;hpb=c61c7aec693f0fb20a8f1ef7773867c82c065e1a;p=framework%2Fuifw%2Felementary.git 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); /**