summaryrefslogtreecommitdiff
path: root/src/nautilus-applicable-views.h
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-03-14 23:50:04 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-03-14 23:50:04 +0000
commitfbae65f1dc0b01da98006ffeb3c6c13af476e426 (patch)
tree88d084120038a3ee92c25d4f566a4e80e680b858 /src/nautilus-applicable-views.h
parentea7cd874d3a17dfbe23a2eecb08cad68a93454dc (diff)
downloadnautilus-fbae65f1dc0b01da98006ffeb3c6c13af476e426.tar.gz
The currently displayed viewer is now used when the location changes if the new
location doesn't have an explicitly-remembered viewer.
Diffstat (limited to 'src/nautilus-applicable-views.h')
-rw-r--r--src/nautilus-applicable-views.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nautilus-applicable-views.h b/src/nautilus-applicable-views.h
index 12e7960b8..ca659fb24 100644
--- a/src/nautilus-applicable-views.h
+++ b/src/nautilus-applicable-views.h
@@ -34,7 +34,8 @@ void nautilus_navinfo_init(void);
gpointer nautilus_navinfo_new(Nautilus_NavigationRequestInfo *nri,
Nautilus_NavigationInfo *old_navinfo,
NautilusNavigationInfoFunc notify_when_ready,
- gpointer notify_data);
+ gpointer notify_data,
+ const char *referring_iid);
void nautilus_navinfo_free(NautilusNavigationInfo *navinfo);
#endif