mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user