projects
/
platform
/
core
/
uifw
/
ui-viewmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3b314
)
Doxygen update.
61/90261/1
author
Woochan Lee
<wc0917.lee@samsung.com>
Thu, 29 Sep 2016 07:40:22 +0000
(16:40 +0900)
committer
Woochan Lee
<wc0917.lee@samsung.com>
Thu, 29 Sep 2016 07:40:36 +0000
(16:40 +0900)
Change-Id: I665ac1628fe2a727d013a829502eaa40c93607dc
src/include/efl/mobile/c/ui_view.h
patch
|
blob
|
history
diff --git
a/src/include/efl/mobile/c/ui_view.h
b/src/include/efl/mobile/c/ui_view.h
index e68fde0d7d029ac69650d69e76ad1dea35f24160..6409826fc8999acf7dabc9e6d02a09cdc9efd9bb 100644
(file)
--- 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,