2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
9 /* Name of the XML file where the info is stored */
10 #define APPINFO_FILENAME "AppInfo.xml"
12 /* External interface */
13 XMLwrapper
*appinfo_get(const gchar
*app_dir
, DirItem
*item
);
14 void appinfo_unref(XMLwrapper
*info
);
16 #endif /* _APPINFO_H */