libsysprof-ui: add dashed line support

This commit is contained in:
Christian Hergert
2019-05-23 12:48:18 -07:00
parent 5331e8bd7f
commit b47dc40579
2 changed files with 31 additions and 0 deletions

View File

@ -62,5 +62,9 @@ SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_visualizer_row_set_fill (SysprofLineVisualizerRow *self,
guint counter_id,
const GdkRGBA *color);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_line_visualizer_row_set_dash (SysprofLineVisualizerRow *self,
guint counter_id,
gboolean use_dash);
G_END_DECLS