X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2FgtkTraceSet.h;h=2672f1376f7a90314e08149127c64b7103a8535e;hb=a8c0f09de06b94e9420d286e1541c39092fff434;hp=2d7ed4dcf6c2ad225ecb1550546852c27633f330;hpb=202f6c8f25f240e60e41792e631f9be93cce9166;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/gtkTraceSet.h b/ltt/branches/poly/include/lttv/gtkTraceSet.h index 2d7ed4dc..2672f137 100644 --- a/ltt/branches/poly/include/lttv/gtkTraceSet.h +++ b/ltt/branches/poly/include/lttv/gtkTraceSet.h @@ -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);