diff options
Diffstat (limited to 'tools/gui/egg-histogram-view.h')
-rw-r--r-- | tools/gui/egg-histogram-view.h | 3 |
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); |