filter working: for selecting trace/tracefile
[lttv.git] / ltt / branches / poly / include / lttv / gtkTraceSet.h
index 2d7ed4dcf6c2ad225ecb1550546852c27633f330..2672f1376f7a90314e08149127c64b7103a8535e 100644 (file)
@@ -189,6 +189,14 @@ void unreg_update_traceset(LttvHook hook, gpointer hook_data,
                         MainWindow * main_win);
 
 
+/**
+ * Function to redraw each viewer belonging to the current tab 
+ * @param main_win the main window the viewer belongs to.
+ */
+
+void update_traceset(MainWindow * main_win);
+
+
 /**
  * Function to register a hook function for a viewer to set/update its 
  * filter.
@@ -414,3 +422,5 @@ void stats_remove_event_hooks_api(MainWindow *main_win );
  */
 
 LttvTracesetStats* get_traceset_stats_api(MainWindow *main_win);
+
+LttvTracesetContext* get_traceset_context(MainWindow *main_win);
This page took 0.023197 seconds and 4 git commands to generate.