mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
documented functions, types, constants, and variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afbec3abfe
commit
eca63cb414
39 changed files with 1010 additions and 116 deletions
|
@ -208,7 +208,7 @@ static void updateCache(NSUserDefaults *self)
|
|||
* </p>
|
||||
* <p>
|
||||
* NB. The GNUstep implementation differs from the Apple one in
|
||||
* that it is thread-safe while Apples (as of MacOS-X 10.1) is not.
|
||||
* that it is thread-safe while Apple's (as of MacOS-X 10.1) is not.
|
||||
* </p>
|
||||
*/
|
||||
@implementation NSUserDefaults: NSObject
|
||||
|
@ -911,7 +911,7 @@ static NSString *pathForUser(NSString *user)
|
|||
/**
|
||||
* Adds the domain names aName to the search list of the receiver.<br />
|
||||
* The domain is added after the application domain.<br />
|
||||
* Suites may be removed using the -removeSuiteName: method.
|
||||
* Suites may be removed using the -removeSuiteNamed: method.
|
||||
*/
|
||||
- (void) addSuiteNamed: (NSString*)aName
|
||||
{
|
||||
|
@ -1786,7 +1786,7 @@ static BOOL isPlistObject(id o)
|
|||
|
||||
/**
|
||||
* Removes the named domain from the serach list of the receiver.<br />
|
||||
* Suites may be added using the -addSuiteName: method.
|
||||
* Suites may be added using the -addSuiteNamed: method.
|
||||
*/
|
||||
- (void) removeSuiteNamed: (NSString*)aName
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue