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

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSInvocation.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="NSInvocation" prev="NSHost" next="NSLock" up="Base">
4
 
  <head>
5
 
    <title>NSInvocation</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>NSInvocation</heading>
16
 
      <class name="NSInvocation" super="NSObject">
17
 
        <declared>Foundation/NSInvocation.h</declared>
18
 
        <conform>NSCoding</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="NSInvocation*" factory="yes">
22
 
          <sel>invocationWithMethodSignature:</sel>
23
 
          <arg type="NSMethodSignature*">signature</arg>
24
 
          <desc>
25
 
          </desc>
26
 
        </method>
27
 
        <method type="BOOL">
28
 
          <sel>argumentsRetained</sel>
29
 
          <desc>
30
 
          </desc>
31
 
        </method>
32
 
        <method type="void">
33
 
          <sel>getArgument:</sel>
34
 
          <arg type="void*">buffer</arg>
35
 
          <sel>atIndex:</sel>
36
 
          <arg type="int">index</arg>
37
 
          <desc>
38
 
          </desc>
39
 
        </method>
40
 
        <method type="void">
41
 
          <sel>getReturnValue:</sel>
42
 
          <arg type="void*">buffer</arg>
43
 
          <desc>
44
 
          </desc>
45
 
        </method>
46
 
        <method type="void">
47
 
          <sel>invoke</sel>
48
 
          <desc>
49
 
          </desc>
50
 
        </method>
51
 
        <method type="void">
52
 
          <sel>invokeWithTarget:</sel>
53
 
          <arg type="id">anObject</arg>
54
 
          <desc>
55
 
          </desc>
56
 
        </method>
57
 
        <method type="NSMethodSignature*">
58
 
          <sel>methodSignature</sel>
59
 
          <desc>
60
 
          </desc>
61
 
        </method>
62
 
        <method type="void">
63
 
          <sel>retainArguments</sel>
64
 
          <desc>
65
 
          </desc>
66
 
        </method>
67
 
        <method type="SEL">
68
 
          <sel>selector</sel>
69
 
          <desc>
70
 
          </desc>
71
 
        </method>
72
 
        <method type="void">
73
 
          <sel>setArgument:</sel>
74
 
          <arg type="void*">buffer</arg>
75
 
          <sel>atIndex:</sel>
76
 
          <arg type="int">index</arg>
77
 
          <desc>
78
 
          </desc>
79
 
        </method>
80
 
        <method type="void">
81
 
          <sel>setReturnValue:</sel>
82
 
          <arg type="void*">buffer</arg>
83
 
          <desc>
84
 
          </desc>
85
 
        </method>
86
 
        <method type="void">
87
 
          <sel>setSelector:</sel>
88
 
          <arg type="SEL">selector</arg>
89
 
          <desc>
90
 
          </desc>
91
 
        </method>
92
 
        <method type="void">
93
 
          <sel>setTarget:</sel>
94
 
          <arg type="id">anObject</arg>
95
 
          <desc>
96
 
          </desc>
97
 
        </method>
98
 
        <method type="id">
99
 
          <sel>target</sel>
100
 
          <desc>
101
 
          </desc>
102
 
        </method>
103
 
      </class>
104
 
    </chapter>
105
 
  </body>
106
 
</gsdoc>