r288: Removed the borders from the toolbar buttons and put the new help icon
[rox-filer.git] / ROX-Filer / src / action.h
blob215989e77caa4eb44729b63ba0fd7fc9662e859b
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _ACTION_H
9 #define _ACTION_H
11 #include "filer.h"
13 void action_init(void);
15 void action_usage(FilerWindow *filer_window);
16 void action_mount(FilerWindow *filer_window, DirItem *item);
17 void action_delete(FilerWindow *filer_window);
18 void action_chmod(FilerWindow *filer_window);
19 void action_find(FilerWindow *filer_window);
20 void action_move(GSList *paths, char *dest);
21 void action_copy(GSList *paths, char *dest, char *leaf);
22 void action_link(GSList *paths, char *dest);
23 void show_condition_help(gpointer data);
25 #endif /* _ACTION_H */