aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/es-event.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index aa968b4a01..fe4905829b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-09 Matthew Barnes <mbarnes@redhat.com>
+
+ * es-event.h: Declare es_event_target_new_shell().
+
2007-07-06 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #446894
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);
/* ********************************************************************** */