diff options
Diffstat (limited to 'doc/inputmethod_manager_doc.h')
-rw-r--r-- | doc/inputmethod_manager_doc.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/inputmethod_manager_doc.h b/doc/inputmethod_manager_doc.h new file mode 100644 index 0000000..eca6f6c --- /dev/null +++ b/doc/inputmethod_manager_doc.h @@ -0,0 +1,36 @@ +/* + * Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef __TIZEN_UIX_INPUTMETHOD_MANAGER_DOC_H__ +#define __TIZEN_UIX_INPUTMETHOD_MANAGER_DOC_H__ + +/** + * @ingroup CAPI_UIX_FRAMEWORK + * @defgroup CAPI_UIX_INPUTMETHOD_MANAGER_MODULE Input Method Manager + * @brief The @ref CAPI_UIX_INPUTMETHOD_MANAGER_MODULE API provides the functions for launching input method editor (IME) + * list and selector settings. A user can manage the installed IMEs in the system. + * + * @section CAPI_UIX_INPUTMETHOD_MANAGER_MODULE_HEADER Required Header + * \#include <inputmethod_manager.h> + * + * @section CAPI_UIX_INPUTMETHOD_MANAGER_MODULE_OVERVIEW Overview + * Input method editor (IME) is an input panel that lets users provide input and the platform receive the text data entered. + * Input method manager is a module for managing the installed IMEs. IME developers can use this module to open the installed + * IME list or selector menu after their IME installation; then guide to select the installed IME. + */ + +#endif // __TIZEN_UIX_INPUTMETHOD_MANAGER_DOC_H__ + |