libsysprof-ui: simplify zoom at load

This commit is contained in:
Christian Hergert
2019-05-15 14:38:30 -07:00
parent 33c8e2fc26
commit 2cb11dce46
3 changed files with 27 additions and 21 deletions

View File

@ -67,5 +67,7 @@ gboolean sysprof_capture_view_load_finish (SysprofCaptureView
GError **error);
SYSPROF_AVAILABLE_IN_ALL
gboolean sysprof_capture_view_get_busy (SysprofCaptureView *self);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_capture_view_fit_to_width (SysprofCaptureView *self);
G_END_DECLS