libsysprof-analyze: add mark catalog kind

We can use this to separate catalogs for names vs groups when building
tree models of them.
This commit is contained in:
Christian Hergert
2023-06-15 11:52:15 -07:00
parent 8b4ab761ab
commit 9a762fa1d4
5 changed files with 49 additions and 9 deletions

View File

@ -26,7 +26,8 @@
G_BEGIN_DECLS
SysprofMarkCatalog *_sysprof_mark_catalog_new (const char *name,
GListModel *items);
SysprofMarkCatalog *_sysprof_mark_catalog_new (const char *name,
GListModel *items,
SysprofMarkCatalogKind kind);
G_END_DECLS