sysprof: implement metadata dialog

So users can see what data is captured in the file and passed along.
This commit is contained in:
Christian Hergert
2023-07-08 13:10:37 -07:00
parent 2d4ed4859d
commit e76bb4ae44
7 changed files with 294 additions and 0 deletions

View File

@ -4,6 +4,7 @@ sysprof_sources = [
'sysprof-files-dialog.c',
'sysprof-greeter.c',
'sysprof-recording-pad.c',
'sysprof-metadata-dialog.c',
'sysprof-window.c',
]