This file is indexed.

/usr/share/GNUstep/Documentation/EOControl/EODeprecated.html is in libgnustep-dl2-dev 0.12.0-15.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

    <head>
    <title>EOUndoManager class documentation</title>
  </head>
  <body>
    <font face="serif">
    <a href="EOControl.html">Up</a>
    <br />
    <h1><a name="title$EODeprecated">EOUndoManager class documentation</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Stephane Corthesy (<a href="mailto:stephane@sente.ch"><code>stephane@sente.ch</code></a>)</dt>
      <dd>
      </dd>
    </dl>
    <p><b>Copyright:</b> (C) 2003,2004,2005 Free Software Foundation, Inc.</p>

        <div>
      <hr width="50%" align="left" />
      <h3>Contents -</h3>
      <ol>
        <li>
          <a href="#001000000000">Software documentation for the EOUndoManager class</a>
        </li>
        <li>
          <a href="#002000000000">Software documentation for the
        EOClassDescription(EODeprecated)
        category</a>
        </li>
        <li>
          <a href="#003000000000">Software documentation for the NSObject(EODeprecated)
        informal protocol</a>
        </li>
        <li>
          <a href="#004000000000">EODeprecated variables</a>
        </li>
      </ol>
      <hr width="50%" align="left" />
    </div>

          <h1><a name="001000000000">
        Software documentation for the EOUndoManager class
      </a></h1>
    <h2><a name="class$EOUndoManager">EOUndoManager</a> : NSUndoManager</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EODeprecated.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          Deprecated. Use NSUndoManager.
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EODeprecated.html#method$EOUndoManager-forgetAll">-forgetAll</a></li>
      <li><a rel="gsdoc" href="EODeprecated.html#method$EOUndoManager-forgetAllWithTarget$">-forgetAllWithTarget:</a></li>
      <li><a rel="gsdoc" href="EODeprecated.html#method$EOUndoManager-reenableUndoRegistration">-reenableUndoRegistration</a></li>
      <li><a rel="gsdoc" href="EODeprecated.html#method$EOUndoManager-registerUndoWithTarget$selector$arg$">-registerUndoWithTarget:selector:arg:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$EOUndoManager-forgetAll">forgetAll&nbsp;</a></h3>
    - (void) <b>forgetAll</b>;<br />
    <div class="desc">
      
            Deprecated. Use
            <code>removeAllActionsWithTarget:</code>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOUndoManager-forgetAllWithTarget$">forgetAllWithTarget:&nbsp;</a></h3>
    - (void) <b>forgetAllWithTarget:</b> (id)target;<br />
    <div class="desc">
      
            Deprecated. Use
            <code>removeAllActionsWithTarget:</code>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOUndoManager-reenableUndoRegistration">reenableUndoRegistration&nbsp;</a></h3>
    - (void) <b>reenableUndoRegistration</b>;<br />
    <div class="desc">
      
            Deprecated. Use
            <code>enableUndoRegistration</code>.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOUndoManager-registerUndoWithTarget$selector$arg$">registerUndoWithTarget:&nbsp;selector:&nbsp;arg:&nbsp;</a></h3>
    - (void) <b>registerUndoWithTarget:</b> (id)target<b> selector:</b> (SEL)selector<b> arg:</b> (id)argument;<br />
    <div class="desc">
      
            Deprecated. Use
            <code>registerUndoWithTarget:selector:object:</code>
            .
          
    </div>
    <hr width="25%" align="left" />
</div>

          <h1><a name="002000000000">
        Software documentation for the
        EOClassDescription(EODeprecated)
        category
      </a></h1>
    <h2><a rel="gsdoc" href="EOClassDescription.html#class$EOClassDescription">EOClassDescription</a>(<a name="category$EOClassDescription(EODeprecated)">EODeprecated</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EODeprecated.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EODeprecated.html#method$EOClassDescription(EODeprecated)+delegate">+delegate</a></li>
      <li><a rel="gsdoc" href="EODeprecated.html#method$EOClassDescription(EODeprecated)+setDelegate$">+setDelegate:</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$EOClassDescription(EODeprecated)+delegate">delegate&nbsp;</a></h3>
    + (id) <b>delegate</b>;<br />
    <div class="desc">
      
            Deprecated. Use
            <a rel="gsdoc" href="EOClassDescription.html#method$EOClassDescription+classDelegate">
              +classDelegate
            </a>

            .
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$EOClassDescription(EODeprecated)+setDelegate$">setDelegate:&nbsp;</a></h3>
    + (void) <b>setDelegate:</b> (id)delegate;<br />
    <div class="desc">
      
            Deprecated. Use
            <a rel="gsdoc" href="EOClassDescription.html#method$EOClassDescription+setClassDelegate$">
              +setClassDelegate:
            </a>

            .
          
    </div>
    <hr width="25%" align="left" />
</div>

          <h1><a name="003000000000">
        Software documentation for the NSObject(EODeprecated)
        informal protocol
      </a></h1>
    <h2>NSObject(<a name="category$NSObject(EODeprecated)">EODeprecated</a>)</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>EOControl/EODeprecated.h</dd>
      </dl>
    </blockquote>
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="EODeprecated.html#method$NSObject(EODeprecated)+flushClassKeyBindings">+flushClassKeyBindings</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSObject(EODeprecated)+flushClassKeyBindings">flushClassKeyBindings&nbsp;</a></h3>
    + (void) <b>flushClassKeyBindings</b>;<br />
    <div class="desc">
      
            Deprecated. GDL2 doesn&apos;t cache key bindungs.
          
    </div>
    <hr width="25%" align="left" />
</div>

          <h1><a name="004000000000">EODeprecated variables</a></h1>
    <p>
    </p>
    <h3><a name="variable$EOFetchLimitHintKey">EOFetchLimitHintKey</a></h3>
    NSString* EOFetchLimitHintKey;<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="variable$EOPrefetchingRelationshipHintKey">EOPrefetchingRelationshipHintKey</a></h3>
    NSString* EOPrefetchingRelationshipHintKey;<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <h3><a name="variable$EOPromptAfterFetchLimitHintKey">EOPromptAfterFetchLimitHintKey</a></h3>
    NSString* EOPromptAfterFetchLimitHintKey;<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <hr width="25%" align="left" />
    <br />
    <a href="EOControl.html">Up</a>
    </font>
</body>
</html>