libsysprof-ui: allow setting notebook tabs always visible

This commit is contained in:
Christian Hergert
2019-05-29 22:58:21 -07:00
parent 5fd04d9fcb
commit f37b7b168b
2 changed files with 85 additions and 5 deletions

View File

@ -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