ui/common/properties.h

branch
newapi
changeset 395
b8277deb75b8
parent 174
0358f1d9c506
equal deleted inserted replaced
394:bedd499b640d 395:b8277deb75b8
42 #else 42 #else
43 #define UI_HOME "HOME" 43 #define UI_HOME "HOME"
44 #endif 44 #endif
45 45
46 void uic_load_app_properties(); 46 void uic_load_app_properties();
47 void uic_store_app_properties(); 47 int uic_store_app_properties();
48 48
49 int uic_load_language_file(const char *path); 49 int uic_load_language_file(const char *path);
50 char* uic_get_image_path(const char *imgfilename); 50 char* uic_get_image_path(const char *imgfilename);
51 51
52 #ifdef __cplusplus 52 #ifdef __cplusplus

mercurial