Support for elements of config.xml
[src/app-framework-main.git] / wgt-strings.c
1
2 const char _config_xml_[] = "config.xml";
3 const char _name_[] = "name";
4 const char _description_[] = "description";
5 const char _author_[] = "author";
6 const char _license_[] = "license";
7 const char _icon_[] = "icon";
8 const char _content_[] = "content";
9 const char _feature_[] = "feature";
10 const char _preference_[] = "preference";
11 const char _width_[] = "width";
12 const char _height_[] = "height";
13
14