summaryrefslogtreecommitdiff
path: root/include/notification_text_domain.h
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-05-06 15:49:09 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-05-07 11:12:00 +0900
commita8fff04a1c3373dafe4cd0ab3f709cd842f20a6a (patch)
treedf73e6ee780008766efb8f740bcd972f63d42c70 /include/notification_text_domain.h
parent6064205f3031e16007a3b7025b0d397b85c742a5 (diff)
downloadnotification-a8fff04a1c3373dafe4cd0ab3f709cd842f20a6a.tar.gz
notification-a8fff04a1c3373dafe4cd0ab3f709cd842f20a6a.tar.bz2
notification-a8fff04a1c3373dafe4cd0ab3f709cd842f20a6a.zip
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>
Diffstat (limited to 'include/notification_text_domain.h')
-rw-r--r--[-rwxr-xr-x]include/notification_text_domain.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/notification_text_domain.h b/include/notification_text_domain.h
index 4ae429e..f41a42e 100755..100644
--- a/include/notification_text_domain.h
+++ b/include/notification_text_domain.h
@@ -27,7 +27,6 @@ extern "C" {
#endif
/**
- * @internal
* @brief Sets the text domain to localize the notification.
* @since_tizen 2.3
* @param[in] noti The notification handle
@@ -63,7 +62,6 @@ int notification_set_text_domain(notification_h noti,
const char *dir);
/**
- * @internal
* @brief Gets the text domain from the notification handle.
* @since_tizen 2.3
* @remarks Do not free returned domain and dir. They are freed when notification_free() or notification_free_list() is called.