diff options
author | JP Rosevear <jpr@ximian.com> | 2003-05-15 02:47:11 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-05-15 02:47:11 +0800 |
commit | 946d755adc6d2d7c1163e2993293a099651b0af7 (patch) | |
tree | 5f4d8593e408e3becf0d8a79d34ab3e869c6d552 /mail/mail-local.h | |
parent | 352d3c7d3b080850f4fc81b502a0f0b0d3c2369d (diff) | |
download | gsoc2013-evolution-946d755adc6d2d7c1163e2993293a099651b0af7.tar gsoc2013-evolution-946d755adc6d2d7c1163e2993293a099651b0af7.tar.gz gsoc2013-evolution-946d755adc6d2d7c1163e2993293a099651b0af7.tar.bz2 gsoc2013-evolution-946d755adc6d2d7c1163e2993293a099651b0af7.tar.lz gsoc2013-evolution-946d755adc6d2d7c1163e2993293a099651b0af7.tar.xz gsoc2013-evolution-946d755adc6d2d7c1163e2993293a099651b0af7.tar.zst gsoc2013-evolution-946d755adc6d2d7c1163e2993293a099651b0af7.zip |
add proto
2003-05-14 JP Rosevear <jpr@ximian.com>
* mail-local.h: add proto
* mail-local.c (storage_listener_startup): don't listen for
destruction, because we have a ref and it'll never happen
(mail_local_storage_shutdown): release and unref the local storage
* mail-display.c (retrieve_shell_view_interface_from_control):
return a new copy every time
(set_status_message): release and unref the shell view
* folder-browser.c (folder_browser_destroy): guard for multiple
destroys
* folder-browser-factory.c (control_activate): release and unref
the shell view
(control_destroy_cb): just remove the control from the list
(folder_browser_factory_new_control): don't weak ref the folder
browser
* component-factory.c (owner_unset_cb): shutdown local storage
svn path=/trunk/; revision=21181
Diffstat (limited to 'mail/mail-local.h')
-rw-r--r-- | mail/mail-local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-local.h b/mail/mail-local.h index d75356609c..f9acd09475 100644 --- a/mail/mail-local.h +++ b/mail/mail-local.h @@ -30,6 +30,7 @@ #include <camel/camel-folder.h> void mail_local_storage_startup (EvolutionShellClient *shellclient, const char *evolution_path); +void mail_local_storage_shutdown (void); void mail_local_reconfigure_folder(const char *uri, void (*done)(const char *uri, CamelFolder *folder, void *data), void *done_data); |