Documentation regeneration and XML parsing fixes/updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-04-25 14:19:57 +00:00
parent 5dbf5144be
commit 0a86bba7b0
84 changed files with 2028 additions and 1677 deletions

View file

@ -2,9 +2,9 @@
<title>NSDistributedNotificationCenter</title>
</head>
<body>
<a href ="NSDistributedLock.html">[Previous]</a>
<a href ="Base.html">[Up]</a>
<a href ="NSEnumerator.html">[Next]</a>
<a href ="NSDistributedLock.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSEnumerator.html">[Next] </a>
<h1>NSDistributedNotificationCenter</h1>
<h3>Authors </h3>
<dl>
@ -27,17 +27,17 @@
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSDistributedNotificationCenter.html#method-0">+defaultCenter</a>
<li><a href ="NSDistributedNotificationCenter.html#method-1">+notificationCenterForType:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-2">-addObserver:selector:name:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-3">-addObserver:selector:name:object:suspensionBehavior:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-4">-postNotification:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-5">-postNotificationName:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-6">-postNotificationName:object:userInfo:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-7">-postNotificationName:object:userInfo:deliverImmediately:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-8">-removeObserver:name:object:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-9">-setSuspended:</a>
<li><a href ="NSDistributedNotificationCenter.html#method-10">-suspended</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-0">+defaultCenter</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-1">+notificationCenterForType:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-2">-addObserver:selector:name:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-3">-addObserver:selector:name:object:suspensionBehavior:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-4">-postNotification:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-5">-postNotificationName:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-6">-postNotificationName:object:userInfo:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-7">-postNotificationName:object:userInfo:deliverImmediately:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-8">-removeObserver:name:object:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-9">-setSuspended:</a>
<li ><a href ="NSDistributedNotificationCenter.html#method-10">-suspended</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">defaultCenter</a></h3>