r845: Require AppRun to be executable before showing a directory as an
[rox-filer.git] / ROX-Filer / src / action.h
blob238e0d800a907fe987ad2e850dc469e90be3423e
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 #include <gtk/gtk.h>
13 void action_init(void);
15 void action_usage(FilerWindow *filer_window);
16 void action_mount(GList *paths, gboolean open_dir);
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(GList *paths, char *dest, char *leaf);
21 void action_copy(GList *paths, char *dest, char *leaf);
22 void action_link(GList *paths, char *dest);
23 void show_condition_help(gpointer data);
24 void set_find_string_colour(GtkWidget *widget, guchar *string);
26 #endif /* _ACTION_H */