libsysprof-ui: fix can-save propagation

This commit is contained in:
Christian Hergert
2019-05-19 17:11:53 -07:00
parent 2c8d6c0e3e
commit 6edf258732
4 changed files with 135 additions and 46 deletions

View File

@ -51,5 +51,7 @@ void sysprof_notebook_open (SysprofNotebook *self,
GFile *file);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_notebook_save (SysprofNotebook *self);
SYSPROF_AVAILABLE_IN_ALL
gboolean sysprof_notebook_get_can_save (SysprofNotebook *self);
G_END_DECLS