r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / src / appinfo.h
blob40e76cdcc47b1827e13a04505757744b754d9bff
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(const gchar *app_dir, DirItem *item);
13 void appinfo_unref(XMLwrapper *info);
15 #endif /* _APPINFO_H */