2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
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_by_uri(const gchar
*uri
, gchar
**errmsg
);
16 gboolean
run_diritem(const guchar
*full_path
,
18 FilerWindow
*filer_window
,
19 FilerWindow
*src_window
,
21 void open_to_show(const guchar
*path
);
22 void examine(const guchar
*path
);
23 void show_help_files(const char *dir
);
24 void run_with_args(const char *path
, DirItem
*item
, const char *args
);