add plugin interface to objects
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / eventhooks.h
index aab74e9499ea034ce0cd495a41d80341cda38ae3..8c74e36c7435787f4d486d6f08090dde33416242 100644 (file)
@@ -57,9 +57,9 @@
 
 void send_test_data(ProcessList *process_list, Drawing_t *drawing);
 
-GtkWidget *h_guicontrolflow(Tab *tab);
+GtkWidget *h_guicontrolflow(LttvPlugin *plugin);
 
-GtkWidget *h_legend(Tab *tab);
+GtkWidget *h_legend(LttvPlugin *plugin);
 
 int event_selected_hook(void *hook_data, void *call_data);
 
This page took 0.022971 seconds and 4 git commands to generate.