libsysprof-gtk: allow setting dashed lines

This is needed to make graphs like our previous cpu frequency graphs.
This commit is contained in:
Christian Hergert
2023-06-20 17:18:32 -07:00
parent 4191dc74b3
commit b77247c40c
2 changed files with 52 additions and 2 deletions

View File

@ -45,6 +45,11 @@ SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_layer_set_series (SysprofLineLayer *self,
SysprofXYSeries *series);
SYSPROF_AVAILABLE_IN_ALL
gboolean sysprof_line_layer_get_dashed (SysprofLineLayer *self);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_layer_set_dashed (SysprofLineLayer *self,
gboolean dashed);
SYSPROF_AVAILABLE_IN_ALL
gboolean sysprof_line_layer_get_fill (SysprofLineLayer *self);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_layer_set_fill (SysprofLineLayer *self,