X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV.h;h=1855fb2731135a1a137df0fd17ce7f9e5bb4c729;hb=7a859036ac53f538bd0ff723a1b450d7f26fa733;hp=41cd7d1b1de13fc97373c63cace818b290678161;hpb=f0d936c08dae39e9a913357a49885b4937aca847;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h index 41cd7d1b..1855fb27 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV.h @@ -1,10 +1,16 @@ #ifndef _CFV_H #define _CFV_H +#include + typedef struct _ControlFlowData ControlFlowData; /* Control Flow Data constructor */ ControlFlowData *GuiControlFlow(void); - +void +GuiControlFlow_Destructor_Full(ControlFlowData *Control_Flow_Data); +void +GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data); +GtkWidget *GuiControlFlow_get_Widget(ControlFlowData *Control_Flow_Data); #endif // _CFV_H