summaryrefslogtreecommitdiff
path: root/include/notification_ipc.h
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2016-05-02 15:09:31 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2016-05-03 10:42:31 +0900
commitf0a8fb9006ef9e623e3fd621eba3714cc5eeeaa4 (patch)
tree8545cbfb54f47465cd04cf5a086e130ae3578c63 /include/notification_ipc.h
parent6ac04adac33123d8da12ec10b9b48900fb59a59f (diff)
downloadnotification-f0a8fb9006ef9e623e3fd621eba3714cc5eeeaa4.tar.gz
notification-f0a8fb9006ef9e623e3fd621eba3714cc5eeeaa4.tar.bz2
notification-f0a8fb9006ef9e623e3fd621eba3714cc5eeeaa4.zip
Change-Id: Icd05fb258df7598f52c2e61b619f38404fb4b78f Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Diffstat (limited to 'include/notification_ipc.h')
-rwxr-xr-xinclude/notification_ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notification_ipc.h b/include/notification_ipc.h
index fc31c04..1451a70 100755
--- a/include/notification_ipc.h
+++ b/include/notification_ipc.h
@@ -27,7 +27,7 @@
extern "C" {
#endif
-GVariant *notification_ipc_make_gvariant_from_noti(notification_h noti);
+GVariant *notification_ipc_make_gvariant_from_noti(notification_h noti, bool translate);
int notification_ipc_make_noti_from_gvariant(notification_h noti,
GVariant *variant);