diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-07-10 05:08:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-07-10 05:08:39 +0800 |
commit | 3ca8664fafb0a18447ca594aa7dc53d58c8c9243 (patch) | |
tree | a2d3194a010f947e8e149209a91328f1788953b4 /shell/es-event.h | |
parent | d473c6cfb55d977b8e00af09892b740dcc7d3d04 (diff) | |
download | gsoc2013-evolution-3ca8664fafb0a18447ca594aa7dc53d58c8c9243.tar.gz 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.h | 1 |
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); /* ********************************************************************** */ |