1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-26 02:21:27 +02:00

Finished the proplist code. It's working now, but function names will change

for better naming.
This commit is contained in:
dan
2001-09-17 01:55:23 +00:00
parent aedbe70f63
commit 0c365cfb9b
4 changed files with 575 additions and 14 deletions
+4
View File
@@ -809,6 +809,10 @@ WMPropList* WMPLShallowCopy(WMPropList *plist);
WMPropList* WMPLDuplicate(WMPropList *plist);
WMPropList* WMPLGetWithDescription(char *desc);
WMPropList* WMPLReadFromFile(char *file);
/*......................................................................*/
WMUserDefaults* WMGetStandardUserDefaults(void);