summaryrefslogtreecommitdiffstats
path: root/tools/gui/egg-histogram-view.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-15 10:33:14 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-15 10:33:14 +0200
commit33a90d8dc20a513722f5fdf66a99cff91be422d5 (patch)
treeecbedb9ca7dc0d0858736b86f12c4972051223be /tools/gui/egg-histogram-view.h
parent6d4826f326f981a207ed6d64d5c481d0b1bddd00 (diff)
downloaduca-33a90d8dc20a513722f5fdf66a99cff91be422d5.tar.gz
uca-33a90d8dc20a513722f5fdf66a99cff91be422d5.tar.bz2
uca-33a90d8dc20a513722f5fdf66a99cff91be422d5.tar.xz
uca-33a90d8dc20a513722f5fdf66a99cff91be422d5.zip
Fix replay feature
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);