From a2837bcc8851a346fe956ac8a13191151278a5d3 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 2 Nov 2016 20:31:50 +0900 Subject: [PATCH] ui_viewmgr: fix wrong doc description. Change-Id: I973613f89e47c2c68d02240d08e70c1bad1ae6af --- src/include/efl/mobile/c/ui_viewmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/efl/mobile/c/ui_viewmgr.h b/src/include/efl/mobile/c/ui_viewmgr.h index 58658e8..70ec532 100644 --- a/src/include/efl/mobile/c/ui_viewmgr.h +++ b/src/include/efl/mobile/c/ui_viewmgr.h @@ -69,7 +69,7 @@ EAPI int ui_viewmgr_insert_view_after(ui_view *view, ui_view *after); /** * @brief Pops the top(last) view from the ui_viewmgr view list. * This function is used when application switches the current view back to the previous view. - * The top view will be removed from the view stack and then it will be deleted by the given ui_viewmgr. + * The top view will be removed from the view stack and then it will be deleted by ui_viewmgr. * @since_tizen 3.0 * @remarks If the view is just one left, then ui_viewmgr would be deactivated automatically since the ui application might be invalid anymore. Otherwise, * the application will be terminated. It's up to system configuration. -- 2.34.1