summaryrefslogtreecommitdiff
path: root/include/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bundle.h')
-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