diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-15 10:33:14 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-10-15 10:33:14 +0200 |
commit | 33a90d8dc20a513722f5fdf66a99cff91be422d5 (patch) | |
tree | ecbedb9ca7dc0d0858736b86f12c4972051223be /tools/gui/egg-histogram-view.h | |
parent | 6d4826f326f981a207ed6d64d5c481d0b1bddd00 (diff) | |
download | libuca-33a90d8dc20a513722f5fdf66a99cff91be422d5.tar.gz libuca-33a90d8dc20a513722f5fdf66a99cff91be422d5.tar.bz2 libuca-33a90d8dc20a513722f5fdf66a99cff91be422d5.tar.xz libuca-33a90d8dc20a513722f5fdf66a99cff91be422d5.zip |
Fix replay feature
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); |