summaryrefslogtreecommitdiff
path: root/thunar/thunar-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-view.h')
-rw-r--r--thunar/thunar-view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/thunar/thunar-view.h b/thunar/thunar-view.h
index 9aa62f3d..3a6f6a04 100644
--- a/thunar/thunar-view.h
+++ b/thunar/thunar-view.h
@@ -64,6 +64,9 @@ struct _ThunarViewIface
gboolean use_align,
gfloat row_align,
gfloat col_align);
+ GList* (*get_selected_files) (ThunarView *view);
+ void (*set_selected_files) (ThunarView *view,
+ GList *path_list);
};
GType thunar_view_get_type (void) G_GNUC_CONST;
@@ -93,6 +96,9 @@ void thunar_view_scroll_to_file (ThunarView *view,
gboolean use_align,
gfloat row_align,
gfloat col_align);
+GList* thunar_view_get_selected_files (ThunarView *view);
+void thunar_view_set_selected_files (ThunarView *view,
+ GList *path_list);
G_END_DECLS;