New DO documentation.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6873 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-07-04 19:53:39 +00:00
parent 9932ed0243
commit 9cd2545b1c
141 changed files with 2248 additions and 1500 deletions

View file

@ -37,57 +37,57 @@
</ul>
<hr>
<h2><a name="method-0">defaultCenter</a></h2>
+ (NSNotificationCenter*) <b>defaultCenter</b><br>
+ (NSNotificationCenter*) <b>defaultCenter</b>;<br>
<hr>
<h2><a name="method-1">notificationCenterForType:</a></h2>
+ (NSDistributedNotificationCenter*) <b>notificationCenterForType:</b> (NSString*)type<br>
+ (NSDistributedNotificationCenter*) <b>notificationCenterForType:</b> (NSString*)type;<br>
<hr>
<h2><a name="method-2">addObserver:selector:name:</a></h2>
- (void) <b>addObserver:</b> (id)anObserver <b>selector:</b> (SEL)aSelector <b>name:</b> (NSString*)notificationName<br>
- (void) <b>addObserver:</b> (id)anObserver <b>selector:</b> (SEL)aSelector <b>name:</b> (NSString*)notificationName;<br>
<hr>
<h2><a name="method-3">addObserver:selector:name:object:suspensionBehavior:</a></h2>
- (void) <b>addObserver:</b> (id)anObserver <b>selector:</b> (SEL)aSelector <b>name:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>suspensionBehavior:</b> (NSNotificationSuspensionBehavior)suspensionBehavior<br>
- (void) <b>addObserver:</b> (id)anObserver <b>selector:</b> (SEL)aSelector <b>name:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>suspensionBehavior:</b> (NSNotificationSuspensionBehavior)suspensionBehavior;<br>
<hr>
<h2><a name="method-4">postNotification:</a></h2>
- (void) <b>postNotification:</b> (NSNotification*)notification<br>
- (void) <b>postNotification:</b> (NSNotification*)notification;<br>
<hr>
<h2><a name="method-5">postNotificationName:</a></h2>
- (void) <b>postNotificationName:</b> (NSString*)notificationName<br>
- (void) <b>postNotificationName:</b> (NSString*)notificationName;<br>
<hr>
<h2><a name="method-6">postNotificationName:object:userInfo:</a></h2>
- (void) <b>postNotificationName:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>userInfo:</b> (NSDictionary*)userInfo<br>
- (void) <b>postNotificationName:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>userInfo:</b> (NSDictionary*)userInfo;<br>
<hr>
<h2><a name="method-7">postNotificationName:object:userInfo:deliverImmediately:</a></h2>
- (void) <b>postNotificationName:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>userInfo:</b> (NSDictionary*)userInfo <b>deliverImmediately:</b> (BOOL)deliverImmediately<br>
- (void) <b>postNotificationName:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject <b>userInfo:</b> (NSDictionary*)userInfo <b>deliverImmediately:</b> (BOOL)deliverImmediately;<br>
<hr>
<h2><a name="method-8">removeObserver:name:object:</a></h2>
- (void) <b>removeObserver:</b> (id)anObserver <b>name:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject<br>
- (void) <b>removeObserver:</b> (id)anObserver <b>name:</b> (NSString*)notificationName <b>object:</b> (NSString*)anObject;<br>
<hr>
<h2><a name="method-9">setSuspended:</a></h2>
- (void) <b>setSuspended:</b> (BOOL)suspended<br>
- (void) <b>setSuspended:</b> (BOOL)suspended;<br>
<hr>
<h2><a name="method-10">suspended</a></h2>
- (BOOL) <b>suspended</b><br>
- (BOOL) <b>suspended</b>;<br>
<hr>