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>NSNotificationCenter</title>
</head>
<body>
<a href ="NSNotification.html">[Previous]</a>
<a href ="Base.html">[Up]</a>
<a href ="NSNotificationQueue.html">[Next]</a>
<a href ="NSNotification.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSNotificationQueue.html">[Next] </a>
<h1>NSNotificationCenter</h1>
<h3>Authors </h3>
<dl>
@ -27,13 +27,13 @@
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSNotificationCenter.html#method-0">+defaultCenter</a>
<li><a href ="NSNotificationCenter.html#method-1">-addObserver:selector:name:</a>
<li><a href ="NSNotificationCenter.html#method-2">-postNotification:</a>
<li><a href ="NSNotificationCenter.html#method-3">-postNotificationName:</a>
<li><a href ="NSNotificationCenter.html#method-4">-postNotificationName:object:userInfo:</a>
<li><a href ="NSNotificationCenter.html#method-5">-removeObserver:</a>
<li><a href ="NSNotificationCenter.html#method-6">-removeObserver:name:object:</a>
<li ><a href ="NSNotificationCenter.html#method-0">+defaultCenter</a>
<li ><a href ="NSNotificationCenter.html#method-1">-addObserver:selector:name:</a>
<li ><a href ="NSNotificationCenter.html#method-2">-postNotification:</a>
<li ><a href ="NSNotificationCenter.html#method-3">-postNotificationName:</a>
<li ><a href ="NSNotificationCenter.html#method-4">-postNotificationName:object:userInfo:</a>
<li ><a href ="NSNotificationCenter.html#method-5">-removeObserver:</a>
<li ><a href ="NSNotificationCenter.html#method-6">-removeObserver:name:object:</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">defaultCenter</a></h3>