Converted README to markdown
[rox-filer.git] / ROX-Filer / src / appinfo.h
blobaa18ce1e33a5880a1757dc3d172ab1adac55dff3
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef _APPINFO_H
7 #define _APPINFO_H
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 */