mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: add dashed line support
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user