~ubuntu-branches/ubuntu/breezy/gnustep-base/breezy

« back to all changes in this revision

Viewing changes to Documentation/gsdoc/NSNotification.gsdoc

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (4 hoary)
  • mto: This revision was merged to the branch mainline in revision 5.
  • 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="NSNotification" prev="NSMutableString" next="NSNotificationCenter" up="Base">
4
 
  <head>
5
 
    <title>NSNotification</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>NSNotification</heading>
16
 
      <class name="NSNotification" super="NSObject">
17
 
        <declared>Foundation/NSNotification.h</declared>
18
 
        <conform>NSCoding</conform>
19
 
          <desc>
20
 
          </desc>
21
 
        <method type="id" factory="yes">
22
 
          <sel>notificationWithName:</sel>
23
 
          <arg type="NSString*">aName</arg>
24
 
          <sel>object:</sel>
25
 
          <arg type="id">anObject</arg>
26
 
          <desc>
27
 
          </desc>
28
 
        </method>
29
 
        <method type="id" factory="yes">
30
 
          <sel>notificationWithName:</sel>
31
 
          <arg type="NSString*">aName</arg>
32
 
          <sel>object:</sel>
33
 
          <arg type="id">anObject</arg>
34
 
          <sel>userInfo:</sel>
35
 
          <arg type="NSDictionary*">userInfo</arg>
36
 
          <desc>
37
 
          </desc>
38
 
        </method>
39
 
        <method type="NSString*">
40
 
          <sel>name</sel>
41
 
          <desc>
42
 
          </desc>
43
 
        </method>
44
 
        <method type="id">
45
 
          <sel>object</sel>
46
 
          <desc>
47
 
          </desc>
48
 
        </method>
49
 
        <method type="NSDictionary*">
50
 
          <sel>userInfo</sel>
51
 
          <desc>
52
 
          </desc>
53
 
        </method>
54
 
      </class>
55
 
    </chapter>
56
 
  </body>
57
 
</gsdoc>