aboutsummaryrefslogtreecommitdiffstats
path: root/shell/es-event.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-07-10 05:08:39 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-07-10 05:08:39 +0800
commit3ca8664fafb0a18447ca594aa7dc53d58c8c9243 (patch)
treea2d3194a010f947e8e149209a91328f1788953b4 /shell/es-event.h
parentd473c6cfb55d977b8e00af09892b740dcc7d3d04 (diff)
downloadgsoc2013-evolution-3ca8664fafb0a18447ca594aa7dc53d58c8c9243.tar
gsoc2013-evolution-3ca8664fafb0a18447ca594aa7dc53d58c8c9243.tar.gz
gsoc2013-evolution-3ca8664fafb0a18447ca594aa7dc53d58c8c9243.tar.bz2
gsoc2013-evolution-3ca8664fafb0a18447ca594aa7dc53d58c8c9243.tar.lz
gsoc2013-evolution-3ca8664fafb0a18447ca594aa7dc53d58c8c9243.tar.xz
gsoc2013-evolution-3ca8664fafb0a18447ca594aa7dc53d58c8c9243.tar.zst
gsoc2013-evolution-3ca8664fafb0a18447ca594aa7dc53d58c8c9243.zip
Declare es_event_target_new_shell().
2007-07-09 Matthew Barnes <mbarnes@redhat.com> * es-event.h: Declare es_event_target_new_shell(). svn path=/trunk/; revision=33792
Diffstat (limited to 'shell/es-event.h')
-rw-r--r--shell/es-event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/es-event.h b/shell/es-event.h
index ef3cb2c618..674c330207 100644
--- a/shell/es-event.h
+++ b/shell/es-event.h
@@ -91,6 +91,7 @@ GType es_event_get_type(void);
ESEvent *es_event_peek(void);
ESEventTargetState *es_event_target_new_state(ESEvent *emp, int state);
+ESEventTargetShell *es_event_target_new_shell(ESEvent *eme, EShell *shell);
ESEventTargetUpgrade *es_event_target_new_upgrade(ESEvent *emp, int major, int minor, int revision);
/* ********************************************************************** */