b6a3fa89a8c64a3f50da1cc3afedeb1be1e5875b
[profile/ivi/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 #ifndef __TASKMANAGER_GENLIST_H__
19 #define __TASKMANAGER_GENLIST_H__
20
21 #include <Elementary.h>
22 #include "taskmanager.h"
23
24 Eina_Bool alert_app_info(void *data);
25 void clear_task_manager_list(void *data);
26 void refresh_app_info(struct appdata *ad);
27 void load_task_manager_list(struct appdata *ad);
28 void _set_itc(void);
29 void _set_genlist(struct appdata *ad);
30 void _del_popup_timer(struct appdata *ad);
31 int response_end_inuse(struct appdata *ad);
32 int response_end_all_inuse(struct appdata *ad);
33 int response_del_history(struct appdata *ad);
34 int response_del_all_history(struct appdata *ad);
35 int response_kill_inuse(struct appdata *ad);
36 int response_kill_all_inuse(struct appdata *ad);
37 void _fini_pthread(void);
38 Eina_Bool _update_list(void *data);
39 void _restart_pthread(struct appdata *ad);
40
41 #endif
42 /* __TASKMANAGER_GENLIST_H__ */