#include <lttv/lttv.h>
#include <lttv/tracecontext.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
#include <lttv/hook.h>
#include "drawing.h"
#include <lttv/hook.h>
#include <lttvwindow/common.h>
#include <lttv/state.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
#include "eventhooks.h"
*
* This plugin adds a Control Flow Viewer functionnality to Linux TraceToolkit
* GUI when this plugin is loaded. The init and destroy functions add the
- * viewer's insertion menu item and toolbar icon by calling gtkTraceSet's
+ * viewer's insertion menu item and toolbar icon by calling viewer.h's
* API functions. Then, when a viewer's object is created, the constructor
* creates ans register through API functions what is needed to interact
* with the TraceSet window.
#include <glib.h>
#include <lttv/lttv.h>
#include <lttv/module.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
#include "cfv.h"
#include "eventhooks.h"
*
* This plugin adds a Events Viewer functionnality to Linux TraceToolkit
* GUI when this plugin is loaded. The init and destroy functions add the
- * viewer's insertion menu item and toolbar icon by calling gtkTraceSet's
+ * viewer's insertion menu item and toolbar icon by calling viewer.h's
* API functions. Then, when a viewer's object is created, the constructor
* creates ans register through API functions what is needed to interact
* with the TraceSet window.
#include <lttv/module.h>
#include <lttv/hook.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
#include <lttv/tracecontext.h>
#include <lttv/state.h>
#include <ltt/ltt.h>
#include <lttv/lttv.h>
#include <lttv/module.h>
-#include <lttvwindow/gtktraceset.h>
+#include <lttvwindow/viewer.h>
#include <lttv/tracecontext.h>
#include <lttv/hook.h>
#include <lttvwindow/common.h>