mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-gtk: allow inverting values in normalized series
This commit is contained in:
@ -42,6 +42,11 @@ SysprofSeries *sysprof_normalized_series_new (SysprofSeries
|
||||
SysprofAxis *axis,
|
||||
GtkExpression *expression);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
gboolean sysprof_normalized_series_get_inverted (SysprofNormalizedSeries *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_normalized_series_set_inverted (SysprofNormalizedSeries *self,
|
||||
gboolean inverted);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GtkExpression *sysprof_normalized_series_get_expression (SysprofNormalizedSeries *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_normalized_series_set_expression (SysprofNormalizedSeries *self,
|
||||
|
||||
Reference in New Issue
Block a user