mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9280 72102866-910b-0410-8b05-ffd578937521
77 lines
2.4 KiB
XML
77 lines
2.4 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
|
<gsdoc base="NSNotificationCenter" prev="NSNotification" next="NSNotificationQueue" up="Base">
|
|
<head>
|
|
<title>NSNotificationCenter</title>
|
|
<author name="Richard Frith-Macdonald">
|
|
<email address="rfm@gnu.org"/>
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
</author>
|
|
<version>$Revision$</version>
|
|
<date>$Date$</date>
|
|
</head>
|
|
<body>
|
|
<chapter>
|
|
<heading>NSNotificationCenter</heading>
|
|
<class name="NSNotificationCenter" super="NSObject">
|
|
<declared>Foundation/NSNotification.h</declared>
|
|
<conform>NSObject</conform>
|
|
<desc>
|
|
</desc>
|
|
<method type="NSNotificationCenter*" factory="yes">
|
|
<sel>defaultCenter</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>addObserver:</sel>
|
|
<arg type="id">anObserver</arg>
|
|
<sel>selector:</sel>
|
|
<arg type="SEL">aSelector</arg>
|
|
<sel>name:</sel>
|
|
<arg type="NSString*">notificationName</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>postNotification:</sel>
|
|
<arg type="NSNotification*">notification</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>postNotificationName:</sel>
|
|
<arg type="NSString*">notificationName</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>postNotificationName:</sel>
|
|
<arg type="NSString*">notificationName</arg>
|
|
<sel>object:</sel>
|
|
<arg type="id">anObject</arg>
|
|
<sel>userInfo:</sel>
|
|
<arg type="NSDictionary*">userInfo</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>removeObserver:</sel>
|
|
<arg type="id">anObserver</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>removeObserver:</sel>
|
|
<arg type="id">anObserver</arg>
|
|
<sel>name:</sel>
|
|
<arg type="NSString*">notificationName</arg>
|
|
<sel>object:</sel>
|
|
<arg type="id">anObject</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
</class>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|