This file is indexed.

/usr/share/GNUstep/Documentation/Developer/Gui/Reference/NSScreen.html is in gnustep-gui-doc 0.25.0-4.

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
<!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>NSScreen</title>
  </head>
  <body>
    <font face="serif">
    <a href="Gui.html">Up</a>
    <br />
    <h1><a name="title$NSScreen">NSScreen</a></h1>
    <h3>Authors</h3>
    <dl>
      <dt>Scott Christley (<a href="mailto:scottc@net-community.com"><code>scottc@net-community.com</code></a>)</dt>
      <dd>
      </dd>
      <dt>Gregory John Casamento (<a href="mailto:borgheron@yahoo.com"><code>borgheron@yahoo.com</code></a>)</dt>
      <dd>
      </dd>
    </dl>
    <p><b>Copyright:</b> (C) 1996, 2000 Free Software Foundation, Inc.</p>

        <div>
    </div>

          <h1><a name="001000000000">
        Software documentation for the NSScreen class
      </a></h1>
    <h2><a name="class$NSScreen">NSScreen</a> : NSObject</h2>
    <blockquote class="declared">
      <dl>
        <dt><b>Declared in:</b></dt>
        <dd>AppKit/NSScreen.h</dd>
      </dl>
    </blockquote>
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
          <em>Description forthcoming.</em>
        
    </div>
    <b>Method summary</b>
    <ul>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen+deepestScreen">+deepestScreen</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen+mainScreen">+mainScreen</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen+resetScreens">+resetScreens</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen+screens">+screens</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-depth">-depth</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-deviceDescription">-deviceDescription</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-frame">-frame</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-screenNumber">-screenNumber</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-supportedWindowDepths">-supportedWindowDepths</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-userSpaceScaleFactor">-userSpaceScaleFactor</a></li>
      <li><a rel="gsdoc" href="NSScreen.html#method$NSScreen-visibleFrame">-visibleFrame</a></li>
    </ul>
    <hr width="50%" align="left" />
<div class="method">
    <h3><a name="method$NSScreen+deepestScreen">deepestScreen&nbsp;</a></h3>
    + (<a rel="gsdoc" href="#class$NSScreen">NSScreen</a>*) <b>deepestScreen</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Gets information about the screen with the highest
            depth (i.e. bits per pixel).
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen+mainScreen">mainScreen&nbsp;</a></h3>
    + (<a rel="gsdoc" href="#class$NSScreen">NSScreen</a>*) <b>mainScreen</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Gets information about the main screen.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen+resetScreens">resetScreens&nbsp;</a></h3>
    + (void) <b>resetScreens</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen+screens">screens&nbsp;</a></h3>
    + (NSArray*) <b>screens</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns an NSArray containing NSScreen instances
            representing all of the screen devices
            attached to the computer.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen-depth">depth&nbsp;</a></h3>
    - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSWindowDepth">NSWindowDepth</a>) <b>depth</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            Returns the depth of the screen in bits.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen-deviceDescription">deviceDescription&nbsp;</a></h3>
    - (NSDictionary*) <b>deviceDescription</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            
    </p>
    <p>

              This method generates a dictionary containing
              information about the screen device. The
              resulting dictionary will have the following
              entires: NSScreenNumber, NSDeviceSize,
              NSDeviceResolution,
              NSDeviceBitsPerSample,
              NSDeviceColorSpaceName.
                </p>
    <p>
      
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen-frame">frame&nbsp;</a></h3>
    - (NSRect) <b>frame</b>;<br />
    <div class="availability">
<b>Availability:</b> OpenStep</div>
<br />
    <div class="desc">
      
            The full frame of the screen.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen-screenNumber">screenNumber&nbsp;</a></h3>
    - (int) <b>screenNumber</b>;<br />
    <div class="availability">
<b>Availability:</b> Not in OpenStep/MacOS-X</div>
<br />
    <div class="desc">
      
            Returns the screen number
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen-supportedWindowDepths">supportedWindowDepths&nbsp;</a></h3>
    - (const <a rel="gsdoc" href="TypesAndConstants.html#type$NSWindowDepth">NSWindowDepth</a>*) <b>supportedWindowDepths</b>;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            Returns the window depths this screen will support.
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen-userSpaceScaleFactor">userSpaceScaleFactor&nbsp;</a></h3>
    - (float) <b>userSpaceScaleFactor</b>;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.4.0</div>
<br />
    <div class="desc">
      
            <em>Description forthcoming.</em>
          
    </div>
    <hr width="25%" align="left" />
</div>
<div class="method">
    <h3><a name="method$NSScreen-visibleFrame">visibleFrame&nbsp;</a></h3>
    - (NSRect) <b>visibleFrame</b>;<br />
    <div class="availability">
<b>Availability:</b> MacOS-X 10.0.0</div>
<br />
    <div class="desc">
      
            Returns the NSRect representing the visible area of
            the screen.
          
    </div>
    <hr width="25%" align="left" />
</div>
    <br />
    <a href="Gui.html">Up</a>
    </font>
</body>
</html>