bind lasy
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Process_List.h
index b4924ce2733b194e15c3acfd22347080025a801c..75bb05abf62858e68f5f378f148923ef8538aa05 100644 (file)
@@ -3,10 +3,10 @@
 
 typedef struct _ProcessList ProcessList;
 
-ProcessList *ProcessList(void);
+ProcessList *ProcessList_construct(void);
 void ProcessList_destroy(ProcessList *Process_List);
 GtkWidget *ProcessList_getWidget(ProcessList *Process_List);
 
-int ProcessList_add(Process *myproc, ProcessList *Process_List, guint *height);
-int ProcessList_remove(Process *myproc, ProcessList *Process_List);
+//int ProcessList_add(Process *myproc, ProcessList *Process_List, guint *height);
+//int ProcessList_remove(Process *myproc, ProcessList *Process_List);
 #endif // _PROCESS_LIST_H
This page took 0.023485 seconds and 4 git commands to generate.