summaryrefslogtreecommitdiff
path: root/include/notification_text_domain.h
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2016-03-28 12:16:16 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2016-03-28 14:22:02 +0900
commit785eee0f4394d2fd34fa71f54411bcda135bcda7 (patch)
treec74f302ca70f266fb569581d2c4c5c6a71152315 /include/notification_text_domain.h
parent48932984fa364b61e43658aa2d99076734fa2686 (diff)
downloadnotification-785eee0f4394d2fd34fa71f54411bcda135bcda7.tar.gz
notification-785eee0f4394d2fd34fa71f54411bcda135bcda7.tar.bz2
notification-785eee0f4394d2fd34fa71f54411bcda135bcda7.zip
Change-Id: I2dd1cf4321cc804477f0edc9f50d9e9e737efb7f Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
Diffstat (limited to 'include/notification_text_domain.h')
-rw-r--r--include/notification_text_domain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notification_text_domain.h b/include/notification_text_domain.h
index f41a42e..e7bd4e2 100644
--- a/include/notification_text_domain.h
+++ b/include/notification_text_domain.h
@@ -28,7 +28,7 @@ extern "C" {
/**
* @brief Sets the text domain to localize the notification.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @param[in] noti The notification handle
* @param[in] domain The text domain
* @param[in] dir The text dir
@@ -63,7 +63,7 @@ int notification_set_text_domain(notification_h noti,
/**
* @brief Gets the text domain from the notification handle.
- * @since_tizen 2.3
+ * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @remarks Do not free returned domain and dir. They are freed when notification_free() or notification_free_list() is called.
* @param[in] noti The notification handle
* @param[out] domain The domain