From: Jihoon Kim Date: Sun, 28 May 2017 23:58:27 +0000 (+0900) Subject: Add description about send_private_command API X-Git-Tag: accepted/tizen/unified/20170605.151001~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80bbf5690e9a5b2be7655960d09a1c82a8a1d67b;p=platform%2Fcore%2Fuifw%2Flibscl-core.git Add description about send_private_command API Change-Id: I69e8700dd92693f84d669f5807c4ab594bf98ffd Signed-off-by: Jihoon Kim --- diff --git a/src/sclcore.h b/src/sclcore.h index b462324..383c1f5 100644 --- a/src/sclcore.h +++ b/src/sclcore.h @@ -346,6 +346,11 @@ public: */ void set_selection(sclint start, sclint end); + /** + * @brief Send a private command to its connected editor. + * + * @param[in] command a command to be sent. + */ void send_private_command(const sclchar *command); /**