projects
/
platform
/
core
/
api
/
asp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f503a7
)
Fix native api reference typo
13/245813/1
accepted/tizen/unified/20201027.124739
submit/tizen/20201016.054738
submit/tizen/20201027.043313
author
Yu
<jiung.yu@samsung.com>
Fri, 16 Oct 2020 05:20:08 +0000
(14:20 +0900)
committer
Jiung Yu
<jiung.yu@samsung.com>
Fri, 16 Oct 2020 05:23:34 +0000
(
05:23
+0000)
Change-Id: If09248b2026858ad577ee2defd507108943e14bd
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
include/asp.h
patch
|
blob
|
history
diff --git
a/include/asp.h
b/include/asp.h
index 7b799cde453970d928030691acaeab885aa615d3..0b0cb1d9d03521339e7a58a35ee656ea71a345ac 100755
(executable)
--- a/
include/asp.h
+++ b/
include/asp.h
@@
-561,7
+561,7
@@
int asp_session_set_connect_status_cb(asp_session_connect_status_cb cb, void *us
* @retval #ASP_ERROR_NOT_INITIALIZED Not initialized
* @pre Application Service Platform (ASP) must be initialized by asp_initialize().
* @see asp_initialize()
- * @see asp_session_set_connect
ion
_status_cb()
+ * @see asp_session_set_connect_status_cb()
*/
int asp_session_unset_connect_status_cb(void);