mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: allow setting notebook tabs always visible
This commit is contained in:
@ -61,5 +61,10 @@ gboolean sysprof_notebook_get_can_replay (SysprofNotebook *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_notebook_add_profiler (SysprofNotebook *self,
|
||||
SysprofProfiler *profiler);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gboolean sysprof_notebook_get_always_show_tabs (SysprofNotebook *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_notebook_set_always_show_tabs (SysprofNotebook *self,
|
||||
gboolean always_show_tabs);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user