projects
/
platform
/
core
/
appfw
/
data-provider-master.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71effd4
)
Add num to parameter when deleting multiple noties
79/183879/1
author
mk5004.lee
<mk5004.lee@samsung.com>
Thu, 12 Jul 2018 05:22:44 +0000
(14:22 +0900)
committer
mk5004.lee
<mk5004.lee@samsung.com>
Thu, 12 Jul 2018 05:22:44 +0000
(14:22 +0900)
Change-Id: Ic13c65fbdb8edc8d5370c5a264f57c84ced039a9
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
src/notification_service.c
patch
|
blob
|
history
diff --git
a/src/notification_service.c
b/src/notification_service.c
index 980d9c0ba4a5e498405c81999819525c7ee0d886..52cac7ad94935c5c029a205522fc9c90b0fd644e 100755
(executable)
--- a/
src/notification_service.c
+++ b/
src/notification_service.c
@@
-1499,7
+1499,7
@@
int notification_del_noti_multiple(GVariant *parameters, GVariant **reply_body,
for (i = 0; i < num_deleted; i++)
g_variant_builder_add(builder, "(i)", *(list_deleted + i));
- deleted_noti_list = g_variant_new("(a(i)i
)", builder
, param_uid);
+ deleted_noti_list = g_variant_new("(a(i)i
i)", builder, num_deleted
, param_uid);
ret = send_notify(deleted_noti_list, "delete_multiple_notify", &_monitoring_hash, PROVIDER_NOTI_INTERFACE_NAME, param_uid);
g_variant_builder_unref(builder);
g_variant_unref(deleted_noti_list);