Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-history.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-history.h')
-rw-r--r--shell/ev-history.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-history.h b/shell/ev-history.h
index 2d27bda..55eeb7c 100644
--- a/shell/ev-history.h
+++ b/shell/ev-history.h
@@ -48,6 +48,8 @@ struct _EvHistory
struct _EvHistoryClass
{
GObjectClass parent_class;
+
+ void (*changed) (EvHistory *history);
};
GType ev_history_get_type (void);