ui/common/properties.c

changeset 674
51670b0bc625
parent 588
59ea5791be5e
child 753
882e49cf7192
equal deleted inserted replaced
673:90a32d739b8e 674:51670b0bc625
189 free(path); 189 free(path);
190 190
191 return ret; 191 return ret;
192 } 192 }
193 193
194 // public
195 int ui_app_save_settings(void) {
196 return uic_store_app_properties();
197 }
198
194 199
195 const char* ui_get_property(const char *name) { 200 const char* ui_get_property(const char *name) {
196 return cxMapGet(application_properties, name); 201 return cxMapGet(application_properties, name);
197 } 202 }
198 203

mercurial