r3247: Experimental extended attributes support for setting MIME types
[rox-filer.git] / ROX-Filer / src / appmenu.h
blob9fba3420a1d86e524051dd78a971207559398bb8
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
5 * This file by Diego Zamboni <zamboni@cerias.purdue.edu>
6 */
8 #ifndef _APPMENU_H
9 #define _APPMENU_H
11 #include <gtk/gtk.h>
13 /* External interface */
14 void appmenu_add(const gchar *app_dir, DirItem *item, GtkWidget *menu);
15 void appmenu_remove(void);
17 #endif /* _APPMENU_H */