r345: Fixed a bug that prevented i18n from working.
[rox-filer/dt.git] / ROX-Filer / src / action.h
blob62e7dcf32ad200df5cba3b0d20f4b0f50d834030
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 #ifndef _ACTION_H
9 #define _ACTION_H
11 void action_init(void);
13 void action_usage(FilerWindow *filer_window);
14 void action_mount(GList *paths);
15 void action_delete(FilerWindow *filer_window);
16 void action_chmod(FilerWindow *filer_window);
17 void action_find(FilerWindow *filer_window);
18 void action_move(GSList *paths, char *dest, char *leaf);
19 void action_copy(GSList *paths, char *dest, char *leaf);
20 void action_link(GSList *paths, char *dest);
21 void show_condition_help(gpointer data);
23 #endif /* _ACTION_H */