r339: The menu key bindings are now only saved if they actually changed.
[rox-filer/ma.git] / ROX-Filer / src / run.h
blobdb11608d627fabb6bdecc68830d421e62fd25eed
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, GSList *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 gboolean edit);
21 void show_item_help(guchar *path, DirItem *item);
22 void run_list(guchar *to_open);
24 #endif /* _RUN_H */