r246: Added support for i18n. No translations yet, though!
[rox-filer/ma.git] / ROX-Filer / src / run.h
blobbd551c4a9b0a2eba5c5bf7e17f2ea441ac60fcaf
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #include <gtk/gtk.h>
10 void run_app(char *path);
11 void run_with_files(char *path, GSList *uri_list);
12 void run_with_data(char *path, gpointer data, gulong length);