initial control flow viewer structure rework
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Process_List.h
CommitLineData
f0d936c0 1#ifndef _PROCESS_LIST_H
2#define _PROCESS_LIST_H
3
4typedef struct _ProcessList ProcessList;
5
6ProcessList *ProcessList(void);
7void ProcessList_destroy(ProcessList *Process_List);
8GtkWidget *ProcessList_getWidget(ProcessList *Process_List);
9
10int ProcessList_add(Process *myproc, ProcessList *Process_List, guint *height);
11int ProcessList_remove(Process *myproc, ProcessList *Process_List);
12#endif // _PROCESS_LIST_H
This page took 0.022236 seconds and 4 git commands to generate.