small change of main window API
[lttv.git] / ltt / branches / poly / lttv / modules / gui / API / toolbar.c
index 263e5c04edde01ca49d5614dfe98999216c64434..48dc5947449b47f8e285599c6873c40b3f2baca8 100644 (file)
@@ -1,5 +1,4 @@
-//#include <lttv/toolbar.h>
-#include "toolbar.h"
+#include <lttv/toolbar.h>
 
 
 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;
 
This page took 0.022777 seconds and 4 git commands to generate.