libsysprof-ui: wire up a save action

We need this so we have something more simplified for consumers such as
Builder to avoid all the duplicated code.
This commit is contained in:
Christian Hergert
2019-05-19 11:04:23 -07:00
parent 183d079f2c
commit d38ecc1849
6 changed files with 110 additions and 0 deletions

View File

@ -46,5 +46,7 @@ void sysprof_notebook_close_current (SysprofNotebook *self);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_notebook_open (SysprofNotebook *self,
GFile *file);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_notebook_save (SysprofNotebook *self);
G_END_DECLS