mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
Put html files under CVS so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
84c34104d0
commit
3a6e1ca8b4
69 changed files with 8557 additions and 0 deletions
60
Documentation/gsdoc/NSNotificationQueue.html
Normal file
60
Documentation/gsdoc/NSNotificationQueue.html
Normal file
|
@ -0,0 +1,60 @@
|
|||
<html><head>
|
||||
<title>NSNotificationQueue</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSNotificationCenter.html">[Previous]</a>
|
||||
<a href="Foundation.html">[Up]</a>
|
||||
<a href="NSNumber.html">[Next]</a>
|
||||
<h1>NSNotificationQueue</h1>
|
||||
<h3>Authors</h3>
|
||||
<dl>
|
||||
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<p>Version: 0.1</p>
|
||||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSNotificationQueue</a></h2>
|
||||
<h2><a name="NSNotificationQueue">NSNotificationQueue</a></h2>
|
||||
<p><b>Declared in:</b> Foundation/NSNotificationQueue.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSObject
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="NSNotificationQueue.html#method-0">+defaultQueue</a>
|
||||
<li><a href="NSNotificationQueue.html#method-1">-dequeueNotificationsMatching:</a>
|
||||
<li><a href="NSNotificationQueue.html#method-2">-enqueueNotification:</a>
|
||||
<li><a href="NSNotificationQueue.html#method-3">-enqueueNotification:postingStyle:coalesceMask:</a>
|
||||
<li><a href="NSNotificationQueue.html#method-4">-initWithNotificationCenter:</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">defaultQueue</a></h2>
|
||||
+ (NSNotificationQueue*) <b>defaultQueue</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">dequeueNotificationsMatching:</a></h2>
|
||||
- (void) <b>dequeueNotificationsMatching:</b> (NSNotification*)notification<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">enqueueNotification:</a></h2>
|
||||
- (void) <b>enqueueNotification:</b> (NSNotification*)notification<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">enqueueNotification:postingStyle:coalesceMask:</a></h2>
|
||||
- (void) <b>enqueueNotification:</b> (NSNotification*)notification <b>postingStyle:</b> (NSPostingStyle)postingStyle <b>coalesceMask:</b> (unsigned int)coalesceMask<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">initWithNotificationCenter:</a></h2>
|
||||
- (id) <b>initWithNotificationCenter:</b> (NSNotificationCenter*)notificationCenter<br>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue