From 9fdc54d27a8290b98d6fb7122af6beb5ab3b05db Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 18 Jul 2013 12:44:18 +0200 Subject: Fix histogram problems --- bin/gui/egg-histogram-view.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'bin/gui/egg-histogram-view.h') diff --git a/bin/gui/egg-histogram-view.h b/bin/gui/egg-histogram-view.h index 7a62fca..afb0ad6 100644 --- a/bin/gui/egg-histogram-view.h +++ b/bin/gui/egg-histogram-view.h @@ -50,14 +50,12 @@ struct _EggHistogramViewClass }; GType egg_histogram_view_get_type (void); -GtkWidget * egg_histogram_view_new (void); -void egg_histogram_view_set_data (EggHistogramView *view, - gpointer data, - guint n_elements, +GtkWidget * egg_histogram_view_new (guint n_elements, guint n_bits, guint n_bins); -void egg_histogram_get_visible_range - (EggHistogramView *view, +void egg_histogram_view_update (EggHistogramView *view, + gpointer data); +void egg_histogram_get_range (EggHistogramView *view, gdouble *min, gdouble *max); -- cgit v1.2.3