From 70ee223a2e5947ccee11bc3158348af1216c8037 Mon Sep 17 00:00:00 2001 From: Woochan Lee Date: Thu, 29 Sep 2016 16:40:22 +0900 Subject: [PATCH] Doxygen update. Change-Id: I665ac1628fe2a727d013a829502eaa40c93607dc --- src/include/efl/mobile/c/ui_view.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/include/efl/mobile/c/ui_view.h b/src/include/efl/mobile/c/ui_view.h index e68fde0..6409826 100644 --- a/src/include/efl/mobile/c/ui_view.h +++ b/src/include/efl/mobile/c/ui_view.h @@ -27,7 +27,12 @@ extern "C" { */ typedef bool (*ui_view_event_cb)(ui_view *view, void *user_data); -typedef enum { +/** + * @brief Enumeration for ui_view event type. + * @since_tizen 3.0 + */ +typedef enum +{ UI_VIEW_EVENT_LOAD = 0, UI_VIEW_EVENT_UNLOAD, UI_VIEW_EVENT_PAUSE, -- 2.34.1