~ubuntu-branches/ubuntu/karmic/gnustep-base/karmic

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSPortCoder.gsdoc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
3
 
<gsdoc base="NSPortCoder" prev="NSPort" next="NSPortMessage" up="Base">
4
 
  <head>
5
 
    <title>NSPortCoder</title>
6
 
    <author name="Richard Frith-Macdonald">
7
 
      <email address="rfm@gnu.org"/>
8
 
      <url url="http://www.gnustep.org/developers/whoiswho.html"/>
9
 
    </author>
10
 
    <version>$Revision: 1.7 $</version>
11
 
    <date>$Date: 2001/03/03 09:58:53 $</date>
12
 
  </head>
13
 
  <body>
14
 
    <chapter>
15
 
      <heading>NSPortCoder</heading>
16
 
      <class name="NSPortCoder" super="NSCoder">
17
 
        <declared>Foundation/NSPortCoder.h</declared>
18
 
        <conform>NSObject</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="id" factory="yes">
22
 
          <sel>portCoderWithReceivePort:</sel>
23
 
          <arg type="NSPort*">receivePort</arg>
24
 
          <sel>sendPort:</sel>
25
 
          <arg type="NSPort*">sendPort</arg>
26
 
          <sel>components:</sel>
27
 
          <arg type="NSArray">components</arg>
28
 
          <desc>
29
 
          </desc>
30
 
        </method>
31
 
        <method type="NSConnection*">
32
 
          <sel>connection</sel>
33
 
          <desc>
34
 
          </desc>
35
 
        </method>
36
 
        <method type="NSPort*">
37
 
          <sel>decodePortObject</sel>
38
 
          <desc>
39
 
          </desc>
40
 
        </method>
41
 
        <method type="void">
42
 
          <sel>dispatch</sel>
43
 
          <desc>
44
 
          </desc>
45
 
        </method>
46
 
        <method type="void">
47
 
          <sel>encodePortObject:</sel>
48
 
          <arg type="NSPort*">aPort</arg>
49
 
          <desc>
50
 
          </desc>
51
 
        </method>
52
 
        <method type="BOOL">
53
 
          <sel>isBycopy</sel>
54
 
          <desc>
55
 
          </desc>
56
 
        </method>
57
 
        <method type="BOOL">
58
 
          <sel>isByref</sel>
59
 
          <desc>
60
 
          </desc>
61
 
        </method>
62
 
      </class>
63
 
    </chapter>
64
 
  </body>
65
 
</gsdoc>