ui/ui/properties.h

branch
newapi
changeset 395
b8277deb75b8
parent 379
958bae372271
--- a/ui/ui/properties.h	Wed Nov 27 13:28:21 2024 +0100
+++ b/ui/ui/properties.h	Wed Nov 27 18:46:45 2024 +0100
@@ -35,10 +35,11 @@
 extern "C" {
 #endif
 
-char* ui_get_property(char *name);
-void  ui_set_property(char *name, char *value);
+const char* ui_get_property(const char *name);
+void  ui_set_property(const char *name, const char *value);
+const char* ui_set_default_property(const char *name, const char *value);
 
-void ui_set_default_property(char *name, char *value);
+int ui_properties_store(void);
 
 void ui_locales_dir(char *path);
 void ui_pixmaps_dir(char *path);

mercurial