mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 03:21:05 +00:00
81 lines
2.5 KiB
Text
81 lines
2.5 KiB
Text
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.5//EN" "http://www.gnustep.org/gsdoc-0_6_5.xml">
|
||
|
<gsdoc base="NSPort" prev="NSObject.html" next="NSPortCoder.html" up="Foundation.html">
|
||
|
<head>
|
||
|
<title>NSPort</title>
|
||
|
<author name="Richard Frith-Macdonald">
|
||
|
<email address="rfm@gnu.org"/>
|
||
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
||
|
</author>
|
||
|
<version>0.1</version>
|
||
|
<date>28 February, 2000</date>
|
||
|
</head>
|
||
|
<body>
|
||
|
<chapter>
|
||
|
<heading>NSPort</heading>
|
||
|
<class name="NSPort" super="NSObject">
|
||
|
<declared>Foundation/NSPort.h</declared>
|
||
|
<conform>NSCoding</conform>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
<method type="NSPort*" factory="yes"><sel>port</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="NSPort*" factory="yes"><sel>portWithMachPort:</sel><arg type="int">machPort</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>addConnection:</sel><arg type="NSConnection*">connection</arg><sel>toRunLoop:(NSRunLoop *)runLoop forMode:</sel><arg type="NSString*">mode</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="id"><sel>delegate</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="id"><sel>initWithMachPort:</sel><arg type="int">machPort</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>invalidate</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="BOOL"><sel>isValid</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="int"><sel>machPort</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>removeConnection:</sel><arg type="NSConnection*">connection</arg><sel>fromRunLoop:</sel><arg type="NSRunLoop*">runLoop</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="unsignedint"><sel>reservedSpaceLength</sel>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>setDelegate:</sel><arg type="id">anObject</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>handleMachMessage:</sel><arg type="void*">machMessage</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="void"><sel>handlePortMessage:</sel><arg type="NSPortMessage*">portMessage</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
<method type="NSDate*"><sel>limitDateForMode:</sel><arg type="NSString*">mode</arg>
|
||
|
<desc>
|
||
|
</desc>
|
||
|
</method>
|
||
|
</class>
|
||
|
</chapter>
|
||
|
</body>
|
||
|
</gsdoc>
|