summaryrefslogtreecommitdiff
path: root/thunar/thunar-standard-view.h
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-04-08 17:04:15 +0200
committerHarald Judt <h.judt@gmx.at>2015-04-09 11:09:14 +0200
commitb6ace36ceb84c9a1e8b4c616ae65862c50854e6e (patch)
tree634a700715c0ca2822a85f18e1dbd7649cceb6c0 /thunar/thunar-standard-view.h
parente03ec7130a5ef052608a29dccc218468f62c1d33 (diff)
downloadthunar-b6ace36ceb84c9a1e8b4c616ae65862c50854e6e.tar.gz
Implement functions for copying the history of a view
These functions are needed for keeping the history when a view changes, or when a new window or tab is opened that should inherit the history of the origin view.
Diffstat (limited to 'thunar/thunar-standard-view.h')
-rw-r--r--thunar/thunar-standard-view.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/thunar/thunar-standard-view.h b/thunar/thunar-standard-view.h
index b125748e..5a734025 100644
--- a/thunar/thunar-standard-view.h
+++ b/thunar/thunar-standard-view.h
@@ -21,6 +21,7 @@
#define __THUNAR_STANDARD_VIEW_H__
#include <thunar/thunar-clipboard-manager.h>
+#include <thunar/thunar-history.h>
#include <thunar/thunar-icon-factory.h>
#include <thunar/thunar-list-model.h>
#include <thunar/thunar-preferences.h>
@@ -152,6 +153,12 @@ void thunar_standard_view_queue_popup (ThunarStandardView *standard_view
void thunar_standard_view_selection_changed (ThunarStandardView *standard_view);
+
+void thunar_standard_view_set_history (ThunarStandardView *standard_view,
+ ThunarHistory *history);
+
+ThunarHistory *thunar_standard_view_copy_history (ThunarStandardView *standard_view);
+
G_END_DECLS;
#endif /* !__THUNAR_STANDARD_VIEW_H__ */