libsysprof-gtk: add scaffolding for chart widget

This doesn't yet render things, but it starts to get the plumbing in place
so that we can create a custom row type and then consume the marks
catalog from SysprofDocument eventually.
This commit is contained in:
Christian Hergert
2023-06-14 22:23:18 -07:00
parent 231535a396
commit 11387e5a55
8 changed files with 430 additions and 0 deletions

View File

@ -24,6 +24,7 @@ G_BEGIN_DECLS
#define SYSPROF_GTK_INSIDE
# include "sysprof-callgraph-view.h"
# include "sysprof-mark-chart.h"
# include "sysprof-mark-table.h"
# include "sysprof-session.h"
# include "sysprof-weighted-callgraph-view.h"