mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
libsysprof-analyze: make mark catalog work with sections
This allows us more flexibility with creating sections usin the flatten list model as the rows need to contain the data for the headers.
This commit is contained in:
@ -26,8 +26,8 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
SysprofMarkCatalog *_sysprof_mark_catalog_new (const char *name,
|
||||
GListModel *items,
|
||||
SysprofMarkCatalogKind kind);
|
||||
SysprofMarkCatalog *_sysprof_mark_catalog_new (const char *group,
|
||||
const char *name,
|
||||
GListModel *items);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user