mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user