r2596: Updated for new version.
[rox-filer.git] / ROX-Filer / src / run.h
blobe48972d6c7815440b49f54000b0ab0bde55f3943
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef _RUN_H
7 #define _RUN_H
9 #include <gtk/gtk.h>
11 void run_app(const char *path);
12 void run_with_files(const char *path, GList *uri_list);
13 void run_with_data(const char *path, gpointer data, gulong length);
14 gboolean run_by_path(const guchar *full_path);
15 gboolean run_diritem(const guchar *full_path,
16 DirItem *item,
17 FilerWindow *filer_window,
18 FilerWindow *src_window,
19 gboolean edit);
20 void show_item_help(const guchar *path, DirItem *item);
21 void open_to_show(const guchar *path);
22 void examine(const guchar *path);
24 #endif /* _RUN_H */