r898: Applied Bernard Jungen's latest patch:
[rox-filer.git] / ROX-Filer / src / run.h
blob4659157ead68bbc28c365f7458101431ede4ec8c
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 #ifndef _RUN_H
9 #define _RUN_H
11 #include <gtk/gtk.h>
13 void run_app(char *path);
14 void run_with_files(char *path, GList *uri_list);
15 void run_with_data(char *path, gpointer data, gulong length);
16 gboolean run_by_path(guchar *full_path);
17 gboolean run_diritem(guchar *full_path,
18 DirItem *item,
19 FilerWindow *filer_window,
20 FilerWindow *src_window,
21 gboolean edit);
22 void show_item_help(guchar *path, DirItem *item);
23 void open_to_show(guchar *path);
24 void examine(guchar *path);
26 #endif /* _RUN_H */