summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-10-27 20:30:55 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-10-27 20:30:55 +0900
commit14ffea917a0f7ab0c98cc4a1dbafc46d8b6b4311 (patch)
treed63c24dfd57baea67dc63d6215eb11f313e457ad
parent44abafc02925714b8d149fd0eb425cf23b1833c3 (diff)
downloadbundle-14ffea917a0f7ab0c98cc4a1dbafc46d8b6b4311.tar.gz
bundle-14ffea917a0f7ab0c98cc4a1dbafc46d8b6b4311.tar.bz2
bundle-14ffea917a0f7ab0c98cc4a1dbafc46d8b6b4311.zip
Change-Id: I1c4f50c32375f80c6d709992488367331eb58163 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
-rwxr-xr-xinclude/bundle_internal.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/bundle_internal.h b/include/bundle_internal.h
index cb4e7de..e94db58 100755
--- a/include/bundle_internal.h
+++ b/include/bundle_internal.h
@@ -484,6 +484,18 @@ API int bundle_to_json(bundle *b, char **json);
*/
API int bundle_from_json(const char *json, bundle **b);
+/**
+ * @breif Compares the bundle 1, 2.
+ * @since_tizen 3.0
+ * @param[in]b1 The bundle object
+ * @param[in]b2 The bundle object
+ * @return The operation result
+ * @retval @c 0 It is identical
+ * @retval @c -1 Invalid parameter
+ * @retval @c 1 It is not identical
+ */
+API int bundle_compare(bundle *b1, bundle *b2);
+
#ifdef __cplusplus
}
#endif