summaryrefslogtreecommitdiffstats
path: root/tools/gui/egg-histogram-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gui/egg-histogram-view.h')
-rw-r--r--tools/gui/egg-histogram-view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gui/egg-histogram-view.h b/tools/gui/egg-histogram-view.h
index 61a1c8c..7a62fca 100644
--- a/tools/gui/egg-histogram-view.h
+++ b/tools/gui/egg-histogram-view.h
@@ -44,6 +44,9 @@ struct _EggHistogramView
struct _EggHistogramViewClass
{
GtkDrawingAreaClass parent_class;
+
+ /* signals */
+ void (* changed) (EggHistogramView *view);
};
GType egg_histogram_view_get_type (void);