X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FProcess_List.h;h=75bb05abf62858e68f5f378f148923ef8538aa05;hb=558aa01322f1af8be09fcfc086864da0373823c5;hp=b4924ce2733b194e15c3acfd22347080025a801c;hpb=f0d936c08dae39e9a913357a49885b4937aca847;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.h index b4924ce2..75bb05ab 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.h @@ -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