mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: be more flexible in creating displays
This allows us to create a display for a profiler, which is needed in embedding cases like Builder.
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include <sysprof.h>
|
||||
|
||||
#include "sysprof-display.h"
|
||||
#include "sysprof-version-macros.h"
|
||||
@ -57,5 +58,8 @@ SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_notebook_replay (SysprofNotebook *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gboolean sysprof_notebook_get_can_replay (SysprofNotebook *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_notebook_add_profiler (SysprofNotebook *self,
|
||||
SysprofProfiler *profiler);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user