diff options
author | Doyoun Kang <doyoun.kang@samsung.com> | 2017-10-13 09:18:18 +0900 |
---|---|---|
committer | Doyoun Kang <doyoun.kang@samsung.com> | 2017-10-13 09:18:18 +0900 |
commit | a79637f59785fe9adff042c6b370c676ca23c597 (patch) | |
tree | 26e355dec4474e92a62eace900f16a5639f17176 | |
parent | feb29a9e47db46d5c724c242b9fb7f37460a9820 (diff) | |
download | efl-util-a79637f59785fe9adff042c6b370c676ca23c597.tar.gz efl-util-a79637f59785fe9adff042c6b370c676ca23c597.tar.bz2 efl-util-a79637f59785fe9adff042c6b370c676ca23c597.zip |
documentation: modify documentationsubmit/tizen/20171013.014635
Change-Id: I52e34065d6d0ff1bf69eda68f305133d422028b1
-rw-r--r-- | doc/ui_efl_util_doc.h | 10 | ||||
-rw-r--r-- | doc/ui_efl_util_win_property_doc.h | 34 | ||||
-rw-r--r-- | include/efl_util.h.in | 2 |
3 files changed, 37 insertions, 9 deletions
diff --git a/doc/ui_efl_util_doc.h b/doc/ui_efl_util_doc.h index 64de8d0..b6ec70d 100644 --- a/doc/ui_efl_util_doc.h +++ b/doc/ui_efl_util_doc.h @@ -27,14 +27,8 @@ * \#include <efl_util.h> * * @section CAPI_EFL_UTIL_MODULE_OVERVIEW Overview - * The EFL UTIL API provides functions to get the level of given notification windows - * and to change the notification window levels with the given values. - * - * The notification window level is used in ordering the notification windows. - * The notification window which is set to #EFL_UTIL_NOTIFICATION_LEVEL_2 will be - * placed above the window which is set to #EFL_UTIL_NOTIFICATION_LEVEL_1. - * If there are notification windows that have the same levels, the latest created - * notification window is placed on top of the other window. + * The EFL UTIL API provides utility functions to set window properties, + * control input devices, generate input events and capture a screenshot. * */ diff --git a/doc/ui_efl_util_win_property_doc.h b/doc/ui_efl_util_win_property_doc.h new file mode 100644 index 0000000..5bf36b2 --- /dev/null +++ b/doc/ui_efl_util_win_property_doc.h @@ -0,0 +1,34 @@ +/* + * Copyright (c) 2011-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_UI_EFL_UTIL_WIN_PROPERTY_DOC_H__ +#define __TIZEN_UI_EFL_UTIL_WIN_PROPERTY_DOC_H__ + +/** + * @ingroup CAPI_EFL_UTIL_MODULE + * @defgroup CAPI_EFL_UTIL_WIN_PROPERTY_MODULE EFL UTIL WINDOW PROPERTY + * @brief Handle properties of windows + * + * @section CAPI_EFL_UTIL_WIN_PROPERTY_MODULE_HEADER Required Header + * \#include <efl_util.h> + * + * @section CAPI_EFL_UTIL_WIN_PROPERTY_MODULE_OVERVIEW Overview + * The EFL UTIL WINDOW PROPERTY API provides functions to set/get properties of windows + * such as the notification level, the screen mode and the brightness. + * + */ + +#endif /* __TIZEN_UI_EFL_UTIL_WIN_PROPERTY_DOC_H__ */ diff --git a/include/efl_util.h.in b/include/efl_util.h.in index 8055226..dfa14cd 100644 --- a/include/efl_util.h.in +++ b/include/efl_util.h.in @@ -38,7 +38,7 @@ extern "C" { */ /** - * @addtogroup CAPI_EFL_UTIL_MODULE + * @addtogroup CAPI_EFL_UTIL_WIN_PROPERTY_MODULE * @{ */ |