X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FAPI%2Ftoolbar.c;h=48dc5947449b47f8e285599c6873c40b3f2baca8;hb=e4eced0fb7cd23ba2b16eff08f2185bed49ab5e5;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..48dc5947 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() { @@ -13,7 +12,7 @@ inline void lttv_toolbars_destroy(LttvToolbars *h) { 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;