libsysprof-analyze: expose metadata as a property of Document

This commit is contained in:
Christian Hergert
2023-07-08 12:40:50 -07:00
parent f015e7b46c
commit 052f44ccb0
2 changed files with 33 additions and 0 deletions

View File

@ -55,6 +55,8 @@ GListModel *sysprof_document_list_allocations (SysprofDocume
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_logs (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_metadata (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_samples (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_samples_with_context_switch