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

@ -51,5 +51,7 @@ gboolean sysprof_display_is_empty (SysprofDisplay *self);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_display_open (SysprofDisplay *self,
GFile *file);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_display_save (SysprofDisplay *self);
G_END_DECLS