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

@ -1,4 +1,5 @@
libsysprof_ui_public_sources = [
'sysprof-aid.c',
'sysprof-capture-view.c',
'sysprof-callgraph-view.c',
'sysprof-color-cycle.c',
@ -40,6 +41,7 @@ libsysprof_ui_private_sources = [
]
libsysprof_ui_public_headers = [
'sysprof-aid.h',
'sysprof-capture-view.h',
'sysprof-callgraph-view.h',
'sysprof-cell-renderer-percent.h',