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
57 lines
1.8 KiB
XML
57 lines
1.8 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="NSNotificationQueue" prev="NSNotificationCenter" next="NSNull" up="Base">
|
|
<head>
|
|
<title>NSNotificationQueue</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>NSNotificationQueue</heading>
|
|
<class name="NSNotificationQueue" super="NSObject">
|
|
<declared>Foundation/NSNotificationQueue.h</declared>
|
|
<conform>NSObject</conform>
|
|
<desc>
|
|
</desc>
|
|
<method type="NSNotificationQueue*" factory="yes">
|
|
<sel>defaultQueue</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>dequeueNotificationsMatching:</sel>
|
|
<arg type="NSNotification*">notification</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>enqueueNotification:</sel>
|
|
<arg type="NSNotification*">notification</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>enqueueNotification:</sel>
|
|
<arg type="NSNotification*">notification</arg>
|
|
<sel>postingStyle:</sel>
|
|
<arg type="NSPostingStyle">postingStyle</arg>
|
|
<sel>coalesceMask:</sel>
|
|
<arg type="unsigned int">coalesceMask</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithNotificationCenter:</sel>
|
|
<arg type="NSNotificationCenter*">notificationCenter</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
</class>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|