libsysprof-ui: stub out SysprofAid

This will be used as a high-level object that knows how to deal with
both the SysprofSource (data collector) and various views for the user.
This commit is contained in:
Christian Hergert
2019-05-18 14:50:39 -07:00
parent 9d32f70bba
commit 82a5c68476
4 changed files with 224 additions and 0 deletions

View File

@ -27,6 +27,7 @@ G_BEGIN_DECLS
#define SYSPROF_UI_INSIDE
# include "sysprof-aid.h"
# include "sysprof-callgraph-view.h"
# include "sysprof-capture-view.h"
# include "sysprof-cell-renderer-percent.h"