projects
/
platform
/
core
/
api
/
app-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df11cda
)
Fix the wrong description
51/197651/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 15 Jan 2019 02:27:15 +0000
(11:27 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Tue, 15 Jan 2019 02:27:57 +0000
(11:27 +0900)
Change-Id: I9fae884239cf8a080b162af21cf654570a76bda5
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control.h
patch
|
blob
|
history
diff --git
a/include/app_control.h
b/include/app_control.h
index 4999a609daf18afcb153ee249526f93471ee9b0b..5ab4da4ed6390c03817351db19a872224d7ca134 100755
(executable)
--- a/
include/app_control.h
+++ b/
include/app_control.h
@@
-760,7
+760,7
@@
int app_control_create(app_control_h *app_control);
static int create_app_control()
{
app_control_h control;
- int ret = app_control_create_with_parameter(&control, NULL, NULL, NULL, NULL,
+ int ret = app_control_create_with_parameter
s
(&control, NULL, NULL, NULL, NULL,
"org.tizen.test", APP_CONTROL_LAUNCH_MODE_SINGLE, 2, "key1", "value1", "key2", "value2");
return ret;
}