add plugin interface to objects
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index a3867f0287bb78ce5a718bedd871f66fef947424..e690ec570c70a62f1e7cea84a04de55fc2c30a11 100644 (file)
@@ -259,6 +259,7 @@ FIXME : explain other important events
 #include <lttv/stats.h>
 #include <lttv/filter.h>
 #include <lttvwindow/mainwindow.h>
+#include <lttvwindow/lttv_plugin.h>
 
 /* Module Related API */
 
@@ -266,7 +267,7 @@ FIXME : explain other important events
 extern GQuark LTTV_VIEWER_CONSTRUCTORS;
 
 /* constructor a the viewer */
-typedef GtkWidget* (*lttvwindow_viewer_constructor)(Tab *tab);
+typedef GtkWidget* (*lttvwindow_viewer_constructor)(LttvPlugin *plugin);
 
 
 /**
@@ -824,4 +825,6 @@ void events_request_free(EventsRequest *events_request);
 
 GtkWidget *main_window_get_widget(Tab *tab);
 
+void set_current_position(Tab *tab, const LttvTracesetContextPosition *pos);
+
 #endif //LTTVWINDOW_H
This page took 0.022792 seconds and 4 git commands to generate.