summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2016-11-29 16:08:49 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2016-11-30 15:02:32 +0900
commit9e8f7391751a563617e68aa24990cf45981c051c (patch)
treea8d98021ea5bafae4d4032926d568c0c81b959e0 /include
parent7c1c51c1f4134973bf6c7545399c621eb92a2416 (diff)
downloadui-gadget-1-9e8f7391751a563617e68aa24990cf45981c051c.tar.gz
ui-gadget-1-9e8f7391751a563617e68aa24990cf45981c051c.tar.bz2
ui-gadget-1-9e8f7391751a563617e68aa24990cf45981c051c.zip
- add execption handling codes remove unnecessary codes modify codes related with "transition,finished" in ug-efl-engine add indicator update codes Change-Id: I9e1baacc7fb962cf0b4bd0488163c10777bc4394 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/ug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ug.h b/include/ug.h
index 2e42798..eed7444 100755
--- a/include/ug.h
+++ b/include/ug.h
@@ -50,6 +50,7 @@ enum ug_layout_state {
enum ug_ui_req {
UG_UI_REQ_GET_CONFORMANT = 0x00,
+ UG_UI_REQ_UNSET_CONTENT = 0x01,
UG_UI_REQ_MAX
};