1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-03-07 10:05:50 +01: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

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);