libsysprof-gtk: add load vfunc to handle callgraph

This commit is contained in:
Christian Hergert
2023-06-09 17:41:22 -07:00
parent 13e1ace8dc
commit 6ed55e48df
2 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,9 @@ struct _SysprofCallgraphViewClass
SysprofCallgraphNode *node,
SysprofDocumentFrame *frame,
gpointer user_data);
void (*load) (SysprofCallgraphView *self,
SysprofCallgraph *callgraph);
};
G_END_DECLS