X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FAPI%2Ftoolbar.c;h=ff16c42dcfb582d9fdf15a06f5f92f892bce4744;hb=1b238973d103680c4f5c37e030afc3314aa96804;hp=263e5c04edde01ca49d5614dfe98999216c64434;hpb=561f58527175d5546f8269760e2691459293d4ac;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/API/toolbar.c b/ltt/branches/poly/lttv/modules/gui/API/toolbar.c index 263e5c04..ff16c42d 100644 --- a/ltt/branches/poly/lttv/modules/gui/API/toolbar.c +++ b/ltt/branches/poly/lttv/modules/gui/API/toolbar.c @@ -1,5 +1,4 @@ -//#include -#include "toolbar.h" +#include inline LttvToolbars *lttv_toolbars_new() { @@ -10,10 +9,11 @@ inline LttvToolbars *lttv_toolbars_new() { * (functions). */ inline void lttv_toolbars_destroy(LttvToolbars *h) { + g_critical("lttv_toolbars_destroy"); g_array_free(h, TRUE); } -inline void lttv_toolbars_add(LttvToolbars *h, lttv_constructor f, char* tooltip, GdkPixmap * pixmap) +inline void lttv_toolbars_add(LttvToolbars *h, lttv_constructor f, char* tooltip, char ** pixmap) { lttv_toolbar_closure c;