Converted README to markdown
[rox-filer.git] / ROX-Filer / src / appmenu.h
blob6a8b1ea4a619dc7b2091c3a7bc078f8a4f5342ee
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 int appmenu_add(const gchar *app_dir, DirItem *item, GtkWidget *menu);
15 void appmenu_remove(void);
17 #endif /* _APPMENU_H */