diff options
author | JP Rosevear <jpr@ximian.com> | 2002-05-27 00:46:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-05-27 00:46:49 +0800 |
commit | a1d69a1b83b4a1de9f54fef9a4e0da7703de9a55 (patch) | |
tree | 9930ac4b8d85e1712a79fec7dbae9950c78fa1c3 /calendar/gui/e-comp-editor-registry.h | |
parent | fb1d17d150cb5178ca1d63431958d3df9dfc60b3 (diff) | |
download | gsoc2013-evolution-a1d69a1b83b4a1de9f54fef9a4e0da7703de9a55.tar gsoc2013-evolution-a1d69a1b83b4a1de9f54fef9a4e0da7703de9a55.tar.gz gsoc2013-evolution-a1d69a1b83b4a1de9f54fef9a4e0da7703de9a55.tar.bz2 gsoc2013-evolution-a1d69a1b83b4a1de9f54fef9a4e0da7703de9a55.tar.lz gsoc2013-evolution-a1d69a1b83b4a1de9f54fef9a4e0da7703de9a55.tar.xz gsoc2013-evolution-a1d69a1b83b4a1de9f54fef9a4e0da7703de9a55.tar.zst gsoc2013-evolution-a1d69a1b83b4a1de9f54fef9a4e0da7703de9a55.zip |
if there are remaining items, return false (foreach_close_cb): don't
2002-05-26 JP Rosevear <jpr@ximian.com>
* gui/e-comp-editor-registry.c (e_comp_editor_registry_close_all):
if there are remaining items, return false
(foreach_close_cb): don't remove the item if it couldn't be closed
* gui/e-comp-editor-registry.h: update proto
* gui/component-factory.c (request_quit): return a boolean
indicating if everything was closed
* gui/dialogs/comp-editor.h: update proto
* gui/dialogs/comp-editor.c (comp_editor_close): return true if
the editor was closed, false otherwise
svn path=/trunk/; revision=17019
Diffstat (limited to 'calendar/gui/e-comp-editor-registry.h')
-rw-r--r-- | calendar/gui/e-comp-editor-registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-comp-editor-registry.h b/calendar/gui/e-comp-editor-registry.h index 13833e2357..dfcc1b21bc 100644 --- a/calendar/gui/e-comp-editor-registry.h +++ b/calendar/gui/e-comp-editor-registry.h @@ -68,7 +68,7 @@ void e_comp_editor_registry_add (ECompEditorRegistry *reg, gboolean remote); CompEditor *e_comp_editor_registry_find (ECompEditorRegistry *reg, const char *uid); -void e_comp_editor_registry_close_all (ECompEditorRegistry *reg); +gboolean e_comp_editor_registry_close_all (ECompEditorRegistry *reg); #ifdef __cplusplus } |