mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
libsysprof-analyze: rename to SysprofDocumentFrame
We will eventually be adding sub-types for the various frame types, and use this as a common ancestor for item inflation.
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
libsysprof_analyze_public_sources = [
|
||||
'sysprof-document.c',
|
||||
'sysprof-capture-frame-object.c',
|
||||
'sysprof-document-frame.c',
|
||||
]
|
||||
|
||||
libsysprof_analyze_public_headers = [
|
||||
'sysprof-analyze.h',
|
||||
'sysprof-document.h',
|
||||
'sysprof-capture-frame-object.h',
|
||||
'sysprof-document-frame.h',
|
||||
]
|
||||
|
||||
libsysprof_analyze_deps = [
|
||||
|
||||
Reference in New Issue
Block a user