This file is indexed.

/usr/share/gtk-doc/html/libbonoboui/libbonoboui-bonobo-selector-widget.html is in libbonoboui2-dev 2.24.5-2.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>bonobo-selector-widget</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="LibBonoboUI API Reference Manual">
<link rel="up" href="bonobo-support-utilities.html" title="Supporting Classes">
<link rel="prev" href="libbonoboui-bonobo-selector.html" title="BonoboSelector">
<link rel="next" href="libbonoboui-bonobo-file-selector-util.html" title="bonobo-file-selector-util">
<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="libbonoboui-bonobo-selector.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="bonobo-support-utilities.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">LibBonoboUI API Reference Manual</th>
<td><a accesskey="n" href="libbonoboui-bonobo-file-selector-util.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#libbonoboui-bonobo-selector-widget.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#libbonoboui-bonobo-selector-widget.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="libbonoboui-bonobo-selector-widget"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libbonoboui-bonobo-selector-widget.top_of_page"></a>bonobo-selector-widget</span></h2>
<p>bonobo-selector-widget</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="libbonoboui-bonobo-selector-widget.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">                    <a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidgetPrivate" title="BonoboSelectorWidgetPrivate">BonoboSelectorWidgetPrivate</a>;
                    <a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget">BonoboSelectorWidget</a>;
                    <a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidgetClass" title="BonoboSelectorWidgetClass">BonoboSelectorWidgetClass</a>;
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="libbonoboui-bonobo-selector-widget.html#bonobo-selector-widget-new" title="bonobo_selector_widget_new ()">bonobo_selector_widget_new</a>          (<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libbonoboui-bonobo-selector-widget.html#bonobo-selector-widget-set-interfaces" title="bonobo_selector_widget_set_interfaces ()">bonobo_selector_widget_set_interfaces</a>
                                                        (<em class="parameter"><code><a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget"><span class="type">BonoboSelectorWidget</span></a> *sel</code></em>,
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **interfaces_required</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="libbonoboui-bonobo-selector-widget.html#bonobo-selector-widget-get-id" title="bonobo_selector_widget_get_id ()">bonobo_selector_widget_get_id</a>       (<em class="parameter"><code><a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget"><span class="type">BonoboSelectorWidget</span></a> *sel</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="libbonoboui-bonobo-selector-widget.html#bonobo-selector-widget-get-name" title="bonobo_selector_widget_get_name ()">bonobo_selector_widget_get_name</a>     (<em class="parameter"><code><a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget"><span class="type">BonoboSelectorWidget</span></a> *sel</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="libbonoboui-bonobo-selector-widget.html#bonobo-selector-widget-get-description" title="bonobo_selector_widget_get_description ()">bonobo_selector_widget_get_description</a>
                                                        (<em class="parameter"><code><a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget"><span class="type">BonoboSelectorWidget</span></a> *sel</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="libbonoboui-bonobo-selector-widget.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="libbonoboui-bonobo-selector-widget.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="BonoboSelectorWidgetPrivate"></a><h3>BonoboSelectorWidgetPrivate</h3>
<pre class="programlisting">typedef struct _BonoboSelectorWidgetPrivate BonoboSelectorWidgetPrivate;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="BonoboSelectorWidget"></a><h3>BonoboSelectorWidget</h3>
<pre class="programlisting">typedef struct {
	GtkVBox parent;

	BonoboSelectorWidgetPrivate *priv;
} BonoboSelectorWidget;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="BonoboSelectorWidgetClass"></a><h3>BonoboSelectorWidgetClass</h3>
<pre class="programlisting">typedef struct {
	GtkVBoxClass parent_class;

	/* Virtual methods */
	gchar *(* get_id)          (BonoboSelectorWidget *sel);
	gchar *(* get_name)        (BonoboSelectorWidget *sel);
	gchar *(* get_description) (BonoboSelectorWidget *sel);
	void   (* set_interfaces)  (BonoboSelectorWidget *sel,
				    const gchar         **interfaces);

	/* User select */
	void   (* final_select)    (BonoboSelectorWidget *sel);

	gpointer dummy[2];
} BonoboSelectorWidgetClass;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="bonobo-selector-widget-new"></a><h3>bonobo_selector_widget_new ()</h3>
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         bonobo_selector_widget_new          (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Creates a new BonoboSelectorWidget widget, this contains
a list and a description pane for each component.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A pointer to the newly-created BonoboSelectorWidget widget.
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="bonobo-selector-widget-set-interfaces"></a><h3>bonobo_selector_widget_set_interfaces ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                bonobo_selector_widget_set_interfaces
                                                        (<em class="parameter"><code><a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget"><span class="type">BonoboSelectorWidget</span></a> *sel</code></em>,
                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **interfaces_required</code></em>);</pre>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sel</code></em> :</span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>interfaces_required</code></em> :</span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="bonobo-selector-widget-get-id"></a><h3>bonobo_selector_widget_get_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             bonobo_selector_widget_get_id       (<em class="parameter"><code><a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget"><span class="type">BonoboSelectorWidget</span></a> *sel</code></em>);</pre>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sel</code></em> :</span></p></td>
<td>A BonoboSelectorWidget widget.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A newly-allocated string containing the ID of the
currently-selected CORBA server (i.e., the corba server whose name
is highlighted in the list).  The user of this function is
responsible for freeing this. It will give an oaf iid back.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="bonobo-selector-widget-get-name"></a><h3>bonobo_selector_widget_get_name ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             bonobo_selector_widget_get_name     (<em class="parameter"><code><a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget"><span class="type">BonoboSelectorWidget</span></a> *sel</code></em>);</pre>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sel</code></em> :</span></p></td>
<td>A BonoboSelectorWidget widget.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A newly-allocated string containing the name of the
currently-selected CORBA server (i.e., the corba server whose name
is highlighted in the list).  The user of this function is
responsible for freeing this.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="bonobo-selector-widget-get-description"></a><h3>bonobo_selector_widget_get_description ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             bonobo_selector_widget_get_description
                                                        (<em class="parameter"><code><a class="link" href="libbonoboui-bonobo-selector-widget.html#BonoboSelectorWidget" title="BonoboSelectorWidget"><span class="type">BonoboSelectorWidget</span></a> *sel</code></em>);</pre>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>sel</code></em> :</span></p></td>
<td>A BonoboSelectorWidget widget.
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> A newly-allocated string containing the description of the
currently-selected CORBA server (i.e., the corba server whose name
is highlighted in the list).  The user of this function is
responsible for freeing this.
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.15.1</div>
</body>
</html>