r328: Changed the install script so that the CVS directories don't get installed.
[rox-filer.git] / ROX-Filer / src / run.h
blobe874b84b97c3f68294ecf5e184e58cfb56ef05a2
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _RUN_H
9 #define _RUN_H
11 #include <gtk/gtk.h>
13 #include <dir.h>
15 void run_app(char *path);
16 void run_with_files(char *path, GSList *uri_list);
17 void run_with_data(char *path, gpointer data, gulong length);
18 gboolean run_by_path(guchar *full_path);
19 gboolean run_diritem(guchar *full_path,
20 DirItem *item,
21 FilerWindow *filer_window,
22 gboolean edit);
23 void show_item_help(guchar *path, DirItem *item);
24 void run_list(guchar *to_open);
26 #endif /* _RUN_H */