r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / src / run.h
blobbb32b11dcb3d0e2eb9e46c17f6ea91541687f5a2
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(const char *path);
14 void run_with_files(const char *path, GList *uri_list);
15 void run_with_data(const char *path, gpointer data, gulong length);
16 gboolean run_by_path(const guchar *full_path);
17 gboolean run_diritem(const guchar *full_path,
18 DirItem *item,
19 FilerWindow *filer_window,
20 FilerWindow *src_window,
21 gboolean edit);
22 void show_item_help(const guchar *path, DirItem *item);
23 void open_to_show(const guchar *path);
24 void examine(const guchar *path);
26 #endif /* _RUN_H */