From: SukHyung, Kang Date: Wed, 19 Aug 2020 01:53:07 +0000 (+0900) Subject: fix wrong type for bundle description X-Git-Tag: accepted/tizen/unified/20200820.034704~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F241268%2F1;p=platform%2Fcore%2Fbase%2Fbundle.git fix wrong type for bundle description Change-Id: Idcd0b9bb1d2d80c5a9a426e42b12fd5ffd02bf21 Signed-off-by: SukHyung, Kang --- diff --git a/include/bundle.h b/include/bundle.h index bdd6ff2..0c9d29e 100644 --- a/include/bundle.h +++ b/include/bundle.h @@ -263,7 +263,7 @@ 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 */ int bundle_get_type(bundle *b, const char *key);