r1190: Moved CPPFLAGS to pixmaps rule to avoid getting it twice.
[rox-filer.git] / ROX-Filer / src / appinfo.h
blobc6320f848fdeae5229289af4ad66af02427be749
1 /*
2 * $Id$
3 */
5 #ifndef _APPINFO_H
6 #define _APPINFO_H
8 /* Name of the XML file where the info is stored */
9 #define APPINFO_FILENAME "AppInfo.xml"
11 /* External interface */
12 XMLwrapper *appinfo_get(guchar *app_dir, DirItem *item);
13 void appinfo_unref(XMLwrapper *info);
14 xmlNode *appinfo_get_section(XMLwrapper *ai, guchar *name);
16 #endif /* _APPINFO_H */