Fix wrong header description 55/89255/2
authorseungha.son <seungha.son@samsung.com>
Fri, 23 Sep 2016 01:36:13 +0000 (10:36 +0900)
committerseungha.son <seungha.son@samsung.com>
Fri, 23 Sep 2016 02:08:37 +0000 (11:08 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Idd28e5f79d05d236aae9e7fd61616bc9748161ea

include/notification.h

index f9ba754..0f42558 100755 (executable)
@@ -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