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
63 lines
1.9 KiB
XML
63 lines
1.9 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="NSDistantObject" prev="NSDirectoryEnumerator" next="NSDistantObjectRequest" up="Base">
|
|
<head>
|
|
<title>NSDistantObject</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>NSDistantObject</heading>
|
|
<class name="NSDistantObject" super="NSProxy">
|
|
<declared>Foundation/NSDistantObject.h</declared>
|
|
<conform>NSCoding</conform>
|
|
<desc>
|
|
</desc>
|
|
<method type="NSDistantObject*" factory="yes">
|
|
<sel>proxyWithLocal:</sel>
|
|
<arg type="id">anObject</arg>
|
|
<sel>connection:</sel>
|
|
<arg type="NSConnection*">aConnection</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSDistantObject*" factory="yes">
|
|
<sel>proxyWithTarget:</sel>
|
|
<arg type="id">remoteObject</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="NSConnection*">
|
|
<sel>connectionForProxy</sel>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithLocal:</sel>
|
|
<arg type="id">anObject</arg>
|
|
<sel>connection:</sel>
|
|
<arg type="NSConnection*">aConnection</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="id">
|
|
<sel>initWithTarget:</sel>
|
|
<arg type="id">remoteObject</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
<method type="void">
|
|
<sel>setProtocolForProxy:</sel>
|
|
<arg type="Protocol*">aProtocol</arg>
|
|
<desc>
|
|
</desc>
|
|
</method>
|
|
</class>
|
|
</chapter>
|
|
</body>
|
|
</gsdoc>
|