mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: add load vfunc to handle callgraph
This commit is contained in:
@ -50,6 +50,9 @@ struct _SysprofCallgraphViewClass
|
||||
SysprofCallgraphNode *node,
|
||||
SysprofDocumentFrame *frame,
|
||||
gpointer user_data);
|
||||
|
||||
void (*load) (SysprofCallgraphView *self,
|
||||
SysprofCallgraph *callgraph);
|
||||
};
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user