summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-11-21 16:20:35 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-11-21 16:20:35 +0900
commita56fa2fdec0868c3141da325287defcdb15f8b91 (patch)
tree9c6dfb11d50b06ba459e2fdc4ef80b1339ded430 /include
parentec37f8e0a1e1fc8498788c5520e60b89c66d9f31 (diff)
downloadnotification-a56fa2fdec0868c3141da325287defcdb15f8b91.tar.gz
notification-a56fa2fdec0868c3141da325287defcdb15f8b91.tar.bz2
notification-a56fa2fdec0868c3141da325287defcdb15f8b91.zip
Adds the explanation about the param
- For notification_set_text_input() Change-Id: I871cd12259f1e87328d2bf2fe6903fed4700a2f1 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/notification.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/notification.h b/include/notification.h
index 0b5b60a..e75231c 100755
--- a/include/notification.h
+++ b/include/notification.h
@@ -1577,6 +1577,8 @@ int notification_get_noti_block_state(notification_block_state_e *state);
* Refer to the second sample code.
* @since_tizen 3.0
+ * @param[in] noti Notification handle
+ * @param[in] text_input_max_length The maximum value which can be inputted
* @return #NOTIFICATION_ERROR_NONE on success,
* otherwise any other value on failure
* @retval #NOTIFICATION_ERROR_NONE Success