libsysprof-ui: allow double click to select mark range

This commit is contained in:
Christian Hergert
2020-03-13 17:00:17 -07:00
parent eb0d58dcc4
commit 259aa9ba93
3 changed files with 56 additions and 0 deletions

View File

@ -88,5 +88,9 @@ SYSPROF_AVAILABLE_IN_ALL
gboolean sysprof_display_get_can_replay (SysprofDisplay *self);
SYSPROF_AVAILABLE_IN_ALL
SysprofDisplay *sysprof_display_replay (SysprofDisplay *self);
SYSPROF_AVAILABLE_IN_3_38
void sysprof_display_add_to_selection (SysprofDisplay *self,
gint64 begin_time,
gint64 end_time);
G_END_DECLS