Update package version to 0.2.7 08/287308/2 accepted/tizen/7.0/unified/20230127.052912
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 26 Jan 2023 08:43:12 +0000 (17:43 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 26 Jan 2023 09:32:15 +0000 (18:32 +0900)
Change-Id: Iaa094ee9a7df36ebe344f64d109635bd81d8e45a
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
client/autofill.c
common/autofill_view_info.c
packaging/capi-ui-autofill.spec

index fac30bd..c538c02 100644 (file)
@@ -316,7 +316,7 @@ EXPORT_API int autofill_create(autofill_h *ah)
 
 EXPORT_API int autofill_destroy(autofill_h ah)
 {
-    LOGI("");
+    LOGI("handle : %p", ah);
 
     if (!ah) {
         LOGW("[ERROR] Invalid parameter");
index 9fc3b62..9e5a461 100644 (file)
@@ -48,7 +48,7 @@ EXPORT_API int autofill_view_info_create(autofill_view_info_h *vi)
 
 EXPORT_API int autofill_view_info_destroy(autofill_view_info_h vi)
 {
-    LOGI("autofill_view_info_destroy");
+    LOGI("handle : %p", vi);
     if (!vi) {
         LOGW("[ERROR] Invalid parameter");
         return AUTOFILL_ERROR_INVALID_PARAMETER;
index 0f0caf8..dd7c722 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-ui-autofill
 Summary:    Autofill Library
-Version:    0.2.6
+Version:    0.2.7
 Release:    1
 Group:      Graphics & UI Framework/Input
 License:    Apache-2.0