Add reference counts to state and stats saved attributes. This way, the
[lttv.git] / ltt / branches / poly / include / lttv / gtktraceset.h
index 392e320585f845fc1e02b6485eba5747c25aea0c..190354826a342c46f0b7b5ce3055f2edbef522e8 100644 (file)
  * MA 02111-1307, USA.
  */
 
+/*
+CHECK Rename to viewer.h
+
+Things that can happen to a viewer:
+
+update_time_window
+update_current_time
+update_traceset
+update_filter
+show_viewer
+update_dividor
+?? Reshape, damage ??
+
+Things that a viewer can do:
+
+update_status
+set_time_window
+set_current_time
+update_traceset?
+update_filter?
+show_viewer?
+set_focused_pane
+set_hpane_dividor
+*/
+
+
+
+
 /*! \file gtktraceset.h
  * \brief API used by the graphical viewers to interact with their top window.
  * 
@@ -350,6 +378,10 @@ void unreg_update_dividor(LttvHook hook, gpointer hook_data,
 void set_hpane_dividor(MainWindow *main_win, gint position);
 
 
+/*
+CHECK These functions really should not appear here. Directr calls would
+be OK unless there is a linker problem.
+*/
 /**
  * Function to process traceset. It will call lttv_process_trace, 
  * each view will call this api to get events.
This page took 0.022591 seconds and 4 git commands to generate.