libsysprof-ui: add label helper

This commit is contained in:
Christian Hergert
2019-05-13 22:18:59 -07:00
parent 762af31908
commit 0b4510c027
2 changed files with 35 additions and 0 deletions

View File

@ -62,5 +62,7 @@ gdouble sysprof_zoom_manager_get_zoom (SysprofZoomManager *s
SYSPROF_AVAILABLE_IN_ALL
void sysprof_zoom_manager_set_zoom (SysprofZoomManager *self,
gdouble zoom);
SYSPROF_AVAILABLE_IN_ALL
gchar *sysprof_zoom_manager_get_zoom_label (SysprofZoomManager *self);
G_END_DECLS