aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/event-editor.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-06-02 12:40:44 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-06-02 12:40:44 +0800
commitc91b4c129a05a17a3a4b9861630a9cb43589ca4a (patch)
treefc31f3a9b4719e3b2ce2654e7a557cbe6650ca99 /calendar/gui/event-editor.h
parenta161070ec2a2de0527a9b442f11d29a6749db122 (diff)
downloadgsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.tar
gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.tar.gz
gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.tar.bz2
gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.tar.lz
gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.tar.xz
gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.tar.zst
gsoc2013-evolution-c91b4c129a05a17a3a4b9861630a9cb43589ca4a.zip
Handler for the "editor_closed" signal of the event editor; we just
2000-06-01 Federico Mena Quintero <federico@helixcode.com> * gui/gnome-cal.c (editor_closed_cb): Handler for the "editor_closed" signal of the event editor; we just destroy it then. * gui/event-editor.c (app_delete_event_cb): Callback used when the dialog is closed. Release the iCalObject here instead of the event editor's destroy handler, and emit the new "editor_closed" signal. svn path=/trunk/; revision=3376
Diffstat (limited to 'calendar/gui/event-editor.h')
-rw-r--r--calendar/gui/event-editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/event-editor.h b/calendar/gui/event-editor.h
index a1d50a0dff..f5b5482e93 100644
--- a/calendar/gui/event-editor.h
+++ b/calendar/gui/event-editor.h
@@ -53,6 +53,7 @@ struct _EventEditorClass {
/* Notification signals */
void (* ical_object_released) (EventEditor *ee, const char *uid);
+ void (* editor_closed) (EventEditor *ee);
};