mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user