Minor MacOS-X compatibility change

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11388 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-11-13 07:44:57 +00:00
parent 0088640bc5
commit 3cb98ad576
6 changed files with 94 additions and 68 deletions

View file

@ -82,6 +82,14 @@
environment variable.
</p>
</desc>
<method type="void" factory="yes">
<sel>resetStandardUserDefaults</sel>
<desc>
Resets the shared user defaults object to reflect the current
user ID. Needed by setuid processes whiich change the user they
are running as.
</desc>
</method>
<method type="NSUserDefaults*" factory="yes">
<sel>standardUserDefaults</sel>
<desc>