libsysprof: add sysprof_document_list_dbus_messages()

Another indexed helper to get just dbus messages.
This commit is contained in:
Christian Hergert
2023-07-27 13:43:02 -07:00
parent 3c105057c7
commit 6e4b0ace8b
2 changed files with 44 additions and 9 deletions

View File

@ -59,6 +59,8 @@ GListModel *sysprof_document_list_traceables (Sy
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_allocations (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_dbus_messages (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_logs (SysprofDocument *self);
SYSPROF_AVAILABLE_IN_ALL
GListModel *sysprof_document_list_metadata (SysprofDocument *self);