mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Tidied documentation skeletons
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6138 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aa02707b85
commit
5705954e22
68 changed files with 5688 additions and 3445 deletions
|
@ -16,27 +16,40 @@
|
|||
<class name="NSNotification" super="NSObject">
|
||||
<declared>Foundation/NSNotification.h</declared>
|
||||
<conform>NSCoding</conform>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="id" factory="yes"><sel>notificationWithName:</sel><arg type="NSString*">aName</arg><sel>object:</sel><arg type="id">anObject</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="id" factory="yes">
|
||||
<sel>notificationWithName:</sel>
|
||||
<arg type="NSString*">aName</arg>
|
||||
<sel>object:</sel>
|
||||
<arg type="id">anObject</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="id" factory="yes"><sel>notificationWithName:</sel><arg type="NSString*">aName</arg><sel>object:</sel><arg type="id">anObject</arg><sel>userInfo:</sel><arg type="NSDictionary*">userInfo</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="id" factory="yes">
|
||||
<sel>notificationWithName:</sel>
|
||||
<arg type="NSString*">aName</arg>
|
||||
<sel>object:</sel>
|
||||
<arg type="id">anObject</arg>
|
||||
<sel>userInfo:</sel>
|
||||
<arg type="NSDictionary*">userInfo</arg>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSString*"><sel>name</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSString*">
|
||||
<sel>name</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="id"><sel>object</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="id">
|
||||
<sel>object</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="NSDictionary*"><sel>userInfo</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
<method type="NSDictionary*">
|
||||
<sel>userInfo</sel>
|
||||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
</class>
|
||||
</chapter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue