diff options
author | Pavel Cisler <pavel@eazel.com> | 2000-05-11 04:47:59 +0000 |
---|---|---|
committer | Pavel Cisler <pce@src.gnome.org> | 2000-05-11 04:47:59 +0000 |
commit | c9db4c0227c81740ca53fc66338ee0c0f7f9fc88 (patch) | |
tree | 0654ce930347d18aa9b6e7a5573ce9c41e222ee1 /src/nautilus-application.h | |
parent | f543ae3f88d9da34732d1aa8d75882cdcb923468 (diff) | |
download | nautilus-c9db4c0227c81740ca53fc66338ee0c0f7f9fc88.tar.gz |
Work in progress on fixing Nautilus deadlocking when quitting while async
2000-05-10 Pavel Cisler <pavel@eazel.com>
* src/ntl-app.c:
* src/ntl-app.h:
(nautilus_app_destroy_window), (nautilus_app_real_quit),
(nautilus_app_quit)
Work in progress on fixing Nautilus deadlocking when quitting while
async file operations are in progress. Made it so that Nautilus
waits for gnome VFS threads to complete before it quits and takes
down the idle task. This only fixes part of the problem, Nautilus
still deadlocks on gnome vfs jobs that get cancelled right after
they were started.
Diffstat (limited to 'src/nautilus-application.h')
-rw-r--r-- | src/nautilus-application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-application.h b/src/nautilus-application.h index 534ab282e..a9917bd4a 100644 --- a/src/nautilus-application.h +++ b/src/nautilus-application.h @@ -48,6 +48,7 @@ GtkType nautilus_app_get_type (void); GtkObject *nautilus_app_new (void); void nautilus_app_startup(NautilusApp *app, const char *initial_url); NautilusWindow *nautilus_app_create_window(NautilusApp *app); +void nautilus_app_quit(void); #ifdef __cplusplus } |