projects
/
platform
/
core
/
base
/
bundle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1407db3
)
fix wrong type for bundle description
69/241269/1
author
SukHyung, Kang
<shine.kang@samsung.com>
Wed, 19 Aug 2020 02:05:49 +0000
(11:05 +0900)
committer
SukHyung, Kang
<shine.kang@samsung.com>
Wed, 19 Aug 2020 02:05:49 +0000
(11:05 +0900)
Change-Id: Iec59aaf802a130eacb7539fe098c21b88da42270
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/bundle.h
patch
|
blob
|
history
diff --git
a/include/bundle.h
b/include/bundle.h
index b51aa69414e8a4eae2ad6951ab856c8b9fa4b123..3297941c37651d853143f1fb587fcf34214c4c01 100644
(file)
--- a/
include/bundle.h
+++ b/
include/bundle.h
@@
-267,7
+267,7
@@
API int bundle_get_count(bundle *b);
* @exception #BUNDLE_ERROR_INVALID_PARAMETER Invalid parameter
* @exception #BUNDLE_ERROR_KEY_NOT_AVAILABLE Key not available
* @pre @a b must be a valid bundle object.
- * @see bundle_type
_t
+ * @see bundle_type
*/
API int bundle_get_type(bundle *b, const char *key);