summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2016-03-22 18:24:43 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2016-03-22 18:24:43 +0900
commit0d3c51aca073efe28cbbe427642e28addb7d9bfb (patch)
tree304d7975dc8ce4fbc733a0f07493843234266702
parent8fa41af5528d242e540e135e1ce9922ff6f81c15 (diff)
downloadbundle-0d3c51aca073efe28cbbe427642e28addb7d9bfb.tar.gz
bundle-0d3c51aca073efe28cbbe427642e28addb7d9bfb.tar.bz2
bundle-0d3c51aca073efe28cbbe427642e28addb7d9bfb.zip
Change-Id: Ica2e6d940386582f7adb10fff0fdcf17315dc845 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
-rwxr-xr-xinclude/bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bundle.h b/include/bundle.h
index 412d337..202783e 100755
--- a/include/bundle.h
+++ b/include/bundle.h
@@ -260,7 +260,7 @@ API int bundle_get_type(bundle *b, const char *key);
/**
* @brief Duplicates a given bundle object.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
* @remarks The specific error code can be obtained using the get_last_result() method. Error codes are described in Exception section.
* @param[in] b_from the bundle object to be duplicated
* @return The new bundle object