projects
/
platform
/
core
/
api
/
preference.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f2b8b
)
Add a new data key, APP_CONTROL_DATA_LOCATION
author
chanywa
<cbible.kim@samsung.com>
Mon, 19 Sep 2016 11:43:41 +0000
(20:43 +0900)
committer
chanywa
<cbible.kim@samsung.com>
Mon, 19 Sep 2016 11:43:41 +0000
(20:43 +0900)
Change-Id: I6f2327fc0317856b3c9ec18938eb739b5586befe
include/app_control.h
patch
|
blob
|
history
diff --git
a/include/app_control.h
b/include/app_control.h
index b066acfd5baf50a6784d4b19c7dd7035373fd7e9..42ccc4e02986424612060edbccb1ef0a86f9f8c3 100644
(file)
--- a/
include/app_control.h
+++ b/
include/app_control.h
@@
-478,6
+478,12
@@
typedef enum {
*/
#define APP_CONTROL_DATA_NAME "http://tizen.org/appcontrol/data/name"
+/**
+ * @brief Definition for app_control data: Location
+ * @since_tizen 3.0
+ */
+#define APP_CONTROL_DATA_LOCATION "http://tizen.org/appcontrol/data/location"
+
/**
* @brief Definition for app_control data: Select the type of input method
* @details Type: "input_voice" Launch input method with voice type.