mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
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:
@ -1,5 +1,6 @@
|
||||
libsysprof_gtk_public_sources = [
|
||||
'sysprof-callgraph-view.c',
|
||||
'sysprof-mark-chart.c',
|
||||
'sysprof-mark-table.c',
|
||||
'sysprof-session.c',
|
||||
'sysprof-weighted-callgraph-view.c',
|
||||
@ -16,6 +17,7 @@ libsysprof_gtk_public_headers = [
|
||||
'sysprof-gtk.h',
|
||||
|
||||
'sysprof-callgraph-view.h',
|
||||
'sysprof-mark-chart.h',
|
||||
'sysprof-mark-table.h',
|
||||
'sysprof-session.h',
|
||||
'sysprof-weighted-callgraph-view.h',
|
||||
|
||||
Reference in New Issue
Block a user