diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-22 10:55:02 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-30 00:49:09 +0000 |
commit | 914d0f27288333184cbecdb0a4c2b2ce4e4e963a (patch) | |
tree | f680f18de8f77bd92e537a7860c761941ef02c7f /libhomescreen/libhomescreen.cpp | |
parent | 16819f66aafea3d6dd8974f16399f81533a37bf6 (diff) |
Change comments from Japanese to English
There are some Japanese comments in RC1,
change these to English.
[Patch Sets 2]
Split CMakeLists.txt due to modification in another commit.
[Patch Sets 3]
Update commit message.
[Patch Sets 4]
Return to Patch Sets 1 to rebase for this commit.
<Delete libhomescreen from this gerrit repository>
[Patch Sets 5]
Return to Patch Sets 3 to rebase for this commit.
<Modify library name in CMakeLists.txt>
Change-Id: Ib520d39ede23cb0059f303c6e38090c9ed65a45b
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'libhomescreen/libhomescreen.cpp')
-rw-r--r-- | libhomescreen/libhomescreen.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libhomescreen/libhomescreen.cpp b/libhomescreen/libhomescreen.cpp index eb059a1..6c6076e 100644 --- a/libhomescreen/libhomescreen.cpp +++ b/libhomescreen/libhomescreen.cpp @@ -245,12 +245,12 @@ int LibHomeScreen::runEventloop() } /** - * ショートカットアイコンがタップされたイベントの発行 + * Sending ShortCut Icon tapped event * - * HomeScreenアプリケーションにて各アプリアイコンがタップされたときにイベントを発行する + * When HomeScreen shortcut area is tapped, sending a event * * #### Parameters - * - application_name [in] : タップされたアプリケーションの名前(label) + * - application_name [in] : Tapped application name (label) * * #### Return * - Returns 0 on success or -1 in case of error. @@ -269,12 +269,12 @@ int LibHomeScreen::tapShortcut(const char* application_name) } /** - * HomeScreenアプリに表示するメッセージイベントの発行 + * Sending onScreen message event * - * 各アプリからHomeScreenアプリケーションのOnScreenに表示するイベントを発行する + * Sending OnScreen message event to HomeScreen from applications * * #### Parameters - * - display_message [in] : 表示するメッセージ + * - display_message [in] : message for display * * #### Return * - Returns 0 on success or -1 in case of error. @@ -293,13 +293,13 @@ int LibHomeScreen::onScreenMessage(const char* display_message) } /** - * イベントハンドラの登録 + * Setting Event Handler * - * 各アプリからHomeScreenアプリケーションのOnScreenに表示するイベントを発行する + * Setting event handler for Homescreen * * #### Parameters - * - et [in] : 対象のイベント - * - f [in] : イベントハンドラ + * - et [in] : event name + * - f [in] : event handler * * #### Return * Nothing |