libsysprof-ui: add API to reload pages

This can be useful when the page is interactive and needs to reload.
This commit is contained in:
Christian Hergert
2020-02-18 19:17:38 -08:00
parent 059508d582
commit d525f065f4
4 changed files with 37 additions and 0 deletions

View File

@ -71,6 +71,8 @@ SYSPROF_AVAILABLE_IN_ALL
gboolean sysprof_page_load_finish (SysprofPage *self,
GAsyncResult *result,
GError **error);
SYSPROF_AVAILABLE_IN_3_36
void sysprof_page_reload (SysprofPage *self);
SYSPROF_AVAILABLE_IN_ALL
const gchar *sysprof_page_get_title (SysprofPage *self);
SYSPROF_AVAILABLE_IN_ALL