summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-09-23 10:36:13 +0900
committerseungha.son <seungha.son@samsung.com>2016-09-23 11:08:37 +0900
commitd847736f8a092d4bd1acae1b049e71c313406066 (patch)
tree738a4aaaadab17acf56f5e301425ab64789bc80a
parent1bf7e7982b71d362f885a67ebe15757ab8163f7e (diff)
downloadnotification-d847736f8a092d4bd1acae1b049e71c313406066.tar.gz
notification-d847736f8a092d4bd1acae1b049e71c313406066.tar.bz2
notification-d847736f8a092d4bd1acae1b049e71c313406066.zip
Fix wrong header description
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: Idd28e5f79d05d236aae9e7fd61616bc9748161ea
-rwxr-xr-xinclude/notification.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/notification.h b/include/notification.h
index f9ba754..0f42558 100755
--- a/include/notification.h
+++ b/include/notification.h
@@ -612,8 +612,8 @@ int notification_get_launch_option(notification_h noti,
* Setting event handler of a button means that the notification will show the button.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
* @param[in] noti The notification handle
- * @param[in] event_type event type
- * @param[in] event_handler app control handle
+ * @param[in] event_type Launching option type
+ * @param[in] event_handler App control handle
* @return #NOTIFICATION_ERROR_NONE on success,
* otherwise any other value on failure
* @retval #NOTIFICATION_ERROR_NONE Success
@@ -653,9 +653,9 @@ int notification_set_event_handler(notification_h noti,
* @brief Gets the event handler of a specific event.
* @remarks You must release @a app_control using app_control_destroy().
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
- * @param[in] noti The notification handle
+ * @param[in] noti The notification handle
* @param[in] event_type Launching option type
- * @param[out] option The pointer of App Control handler
+ * @param[out] event_handler App control handle
* @return #NOTIFICATION_ERROR_NONE on success,
* otherwise any other value on failure
* @retval #NOTIFICATION_ERROR_NONE Success