Merge "Add manifest and fix spec file."
[apps/core/preloaded/taskmanager.git] / src / _genlist.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
18
19
20 #ifndef __TASKMANAGER_GENLIST_H__
21 #define __TASKMANAGER_GENLIST_H__
22
23 #include <Elementary.h>
24 #include "taskmanager.h"
25
26 Eina_Bool alert_app_info(void *data);
27 void clear_task_manager_list(void *data);
28 void refresh_app_info(struct appdata *ad);
29 void load_task_manager_list(struct appdata *ad);
30 void _set_itc(void);
31 void _set_genlist(struct appdata *ad);
32 void _del_popup_timer(struct appdata *ad);
33 int response_end_inuse(struct appdata *ad);
34 int response_end_all_inuse(struct appdata *ad);
35 int response_del_history(struct appdata *ad);
36 int response_del_all_history(struct appdata *ad);
37 int response_kill_inuse(struct appdata *ad);
38 int response_kill_all_inuse(struct appdata *ad);
39 void _fini_pthread(void);
40 Eina_Bool _update_list(void *data);
41 void _restart_pthread(struct appdata *ad);
42
43 #endif
44 /* __TASKMANAGER_GENLIST_H__ */