1. Move internal API set for notification_list to notification_list.h
authorKyuho Jo <kyuho.jo@samsung.com>
Wed, 6 May 2015 06:49:09 +0000 (15:49 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Thu, 7 May 2015 02:12:00 +0000 (11:12 +0900)
commita8fff04a1c3373dafe4cd0ab3f709cd842f20a6a
treedf73e6ee780008766efb8f740bcd972f63d42c70
parent6064205f3031e16007a3b7025b0d397b85c742a5
1. Move internal API set for notification_list to notification_list.h
2. New API set for notification system setting
3. Correct abnormal file access permsssions

Change-Id: I9a00c7bedadcd2e350875246197f22c7488cdd13
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
19 files changed:
CMakeLists.txt
include/notification.h [changed mode: 0755->0644]
include/notification_debug.h [changed mode: 0755->0644]
include/notification_internal.h [changed mode: 0755->0644]
include/notification_ipc.h [changed mode: 0755->0644]
include/notification_list.h
include/notification_private.h [changed mode: 0755->0644]
include/notification_setting.h [changed mode: 0755->0644]
include/notification_setting_internal.h [changed mode: 0755->0644]
include/notification_setting_service.h [changed mode: 0755->0644]
include/notification_text_domain.h [changed mode: 0755->0644]
include/notification_type.h [changed mode: 0755->0644]
packaging/notification.spec [changed mode: 0755->0644]
src/notification.c [changed mode: 0755->0644]
src/notification_ipc.c [changed mode: 0755->0644]
src/notification_noti.c [changed mode: 0755->0644]
src/notification_setting.c [changed mode: 0755->0644]
src/notification_status.c [changed mode: 0755->0644]
test-app/main.c