libsysprof-ui: wire up can-save propagation

This commit is contained in:
Christian Hergert
2019-05-19 11:26:07 -07:00
parent a7b18281e6
commit 688b6a2189
3 changed files with 73 additions and 0 deletions

View File

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