ee4751596ef50c59ebf8f0514b41b967a68a25f6
[apps/core/preloaded/taskmanager.git] / src / _genlist.h
1 /*
2  * org.tizen.taskmgr
3  * Copyright (c) 2012 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Flora License, Version 1.1 (the License);
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://floralicense.org/license/
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an AS IS BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17
18
19
20
21 #ifndef __TASKMANAGER_GENLIST_H__
22 #define __TASKMANAGER_GENLIST_H__
23
24 #include <Elementary.h>
25 #include "taskmanager.h"
26
27 Eina_Bool alert_app_info(void *data);
28 void clear_task_manager_list(void *data);
29 void refresh_app_info(struct appdata *ad);
30 void load_task_manager_list(struct appdata *ad);
31 void _set_itc(void);
32 void _set_genlist(struct appdata *ad);
33 void _del_popup_timer(struct appdata *ad);
34 int response_end_inuse(struct appdata *ad);
35 int response_end_all_inuse(struct appdata *ad);
36 int response_del_history(struct appdata *ad);
37 int response_del_all_history(struct appdata *ad);
38 int response_kill_inuse(struct appdata *ad);
39 int response_kill_all_inuse(struct appdata *ad);
40 void _fini_pthread(void);
41 Eina_Bool _update_list(void *data);
42 void _restart_pthread(struct appdata *ad);
43
44 #endif
45 /* __TASKMANAGER_GENLIST_H__ */