Initial upload of minicontrol(tagging)
[apps/home/minicontrol.git] / include / minicontrol-provider.h
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *  http://www.tizenopensource.org/license
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef _MINICTRL_PROVIDER_H_
18 #define _MINICTRL_PROVIDER_H_
19
20 #include <Evas.h>
21
22 /**
23  * @defgroup MINICONTROL_PROVIDER_LIBRARY minicontrol provider library
24  * @brief This minicontrol provider library used to create evas socket window
25  */
26
27 /**
28  * @addtogroup MINICONTROL_PROVIDER_LIBRARY
29  * @{
30  */
31
32 /**
33  * @brief This function create evas socket window
34  * @param[in] name name of socket window
35  * @return evas object of socket window
36  */
37 Evas_Object *minicontrol_win_add(const char *name);
38
39 #endif /* _MINICTRL_PROVIDER_H_ */
40