libsysprof-analyze: allow specifying ptr array for symbols

This will allow us to use the same model with a different list of symbols.
This commit is contained in:
Christian Hergert
2023-06-12 11:34:04 -07:00
parent fa35089e93
commit 2c9c41dedc
3 changed files with 34 additions and 9 deletions

View File

@ -24,6 +24,7 @@
G_BEGIN_DECLS
GListModel *_sysprof_callgraph_symbol_list_model_new (SysprofCallgraph *callgraph);
GListModel *_sysprof_callgraph_symbol_list_model_new (SysprofCallgraph *callgraph,
GPtrArray *symbols);
G_END_DECLS