summaryrefslogtreecommitdiff
path: root/src/ntl-view.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-01-05 23:21:06 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-01-05 23:21:06 +0000
commit6018bcea245c2e4a9c50055fe6207435850549ff (patch)
tree2de36703f80e7a24435e69d4194eb56f62b55454 /src/ntl-view.h
parentcdf570ee034dc1349846eeb5f78775a23ea2eb47 (diff)
downloadnautilus-6018bcea245c2e4a9c50055fe6207435850549ff.tar.gz
Add support for the location change state machine and related
* src/ntl-types.h, src/ntl-uri-map.[ch], src/ntl-window-msgs.c, src/ntl-window.[ch]: Add support for the location change state machine and related notifications, to allow much better error handling. * src/ntl-view.[ch]: Catch client failures, also allow for active sensing of client death. * src/file-manager/fm-directory-view.c: Send progress notifications. * components/html/ntl-web-browser.c: Send progress notifications. Try to fix crashes caused by ending an error stream twice.
Diffstat (limited to 'src/ntl-view.h')
-rw-r--r--src/ntl-view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ntl-view.h b/src/ntl-view.h
index b8530f13a..a59a95c15 100644
--- a/src/ntl-view.h
+++ b/src/ntl-view.h
@@ -91,6 +91,8 @@ struct _NautilusView
NautilusViewComponentType *component_class;
gpointer component_data;
+
+ guint timer_id;
};
GtkType nautilus_view_get_type (void);
@@ -113,8 +115,7 @@ void nautilus_view_save_state (NautilusView *view,
const char *config_path);
void nautilus_view_show_properties (NautilusView *view);
void nautilus_view_stop_location_change (NautilusView *view);
-
-
+void nautilus_view_set_active_errors (NautilusView *view, gboolean enabled);
/* This is a "protected" operation */
void nautilus_view_construct_arg_set(NautilusView *view);