~ubuntu-branches/ubuntu/edgy/gnustep-base/edgy

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSPortNameServer.gsdoc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2004-04-06 15:21:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040406152111-95pwmfi50qp1s594
Tags: 1.9.1-2
* debian/rules: Update CC.
* Source/NSUserDefaults: apply patch from CVS.

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="NSPortNameServer" prev="NSPortMessage" next="NSProcessInfo" up="Base">
4
 
  <head>
5
 
    <title>NSPortNameServer</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>NSPortNameServer</heading>
16
 
      <class name="NSPortNameServer" super="NSObject">
17
 
        <declared>Foundation/NSPortNameServer.h</declared>
18
 
        <conform>NSObject</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="id" factory="yes">
22
 
          <sel>defaultPortNameServer</sel>
23
 
          <desc>
24
 
          </desc>
25
 
        </method>
26
 
        <method type="NSPort*">
27
 
          <sel>portForName:</sel>
28
 
          <arg type="NSString*">portName</arg>
29
 
          <desc>
30
 
          </desc>
31
 
        </method>
32
 
        <method type="NSPort*">
33
 
          <sel>portForName:</sel>
34
 
          <arg type="NSString*">portName</arg>
35
 
          <desc>
36
 
          </desc>
37
 
        </method>
38
 
        <method type="BOOL">
39
 
          <sel>registerPort:</sel>
40
 
          <arg type="NSPort*">aPort</arg>
41
 
          <sel>forName:</sel>
42
 
          <arg type="NSString*">portName</arg>
43
 
          <desc>
44
 
          </desc>
45
 
        </method>
46
 
        <method type="void">
47
 
          <sel>removePortForName:</sel>
48
 
          <arg type="NSString*">portName</arg>
49
 
          <desc>
50
 
          </desc>
51
 
        </method>
52
 
      </class>
53
 
    </chapter>
54
 
  </body>
55
 
</gsdoc>