This file is indexed.

/usr/share/gtk-doc/html/libanjuta/libanjuta-AnjutaProfileManager.html is in libanjuta-dev 2:3.14.0-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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AnjutaProfileManager</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Anjuta Developers Reference Manual">
<link rel="up" href="libanjuta-api.html" title="libanjuta API">
<link rel="prev" href="libanjuta-AnjutaProfile.html" title="AnjutaProfile">
<link rel="next" href="AnjutaLauncher.html" title="AnjutaLauncher">
<meta name="generator" content="GTK-Doc V1.19 (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="libanjuta-AnjutaProfile.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="libanjuta-api.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">Anjuta Developers Reference Manual</th>
<td><a accesskey="n" href="AnjutaLauncher.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#libanjuta-AnjutaProfileManager.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#libanjuta-AnjutaProfileManager.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="libanjuta-AnjutaProfileManager"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libanjuta-AnjutaProfileManager.top_of_page"></a>AnjutaProfileManager</span></h2>
<p>AnjutaProfileManager — Managers a stack of plugins profiles</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libanjuta-AnjutaProfileManager.stability-level"></a><h2>Stability Level</h2>
Unstable, unless otherwise indicated
</div>
<div class="refsynopsisdiv">
<a name="libanjuta-AnjutaProfileManager.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include &lt;libanjuta/anjuta-profile-manager.h&gt;

struct              <a class="link" href="libanjuta-AnjutaProfileManager.html#AnjutaProfileManagerClass" title="struct AnjutaProfileManagerClass">AnjutaProfileManagerClass</a>;
<span class="returnvalue">AnjutaProfileManager</span> * <a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-new" title="anjuta_profile_manager_new ()">anjuta_profile_manager_new</a>       (<em class="parameter"><code><span class="type">AnjutaPluginManager</span> *plugin_manager</code></em>);
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-push" title="anjuta_profile_manager_push ()">anjuta_profile_manager_push</a>         (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>,
                                                         <em class="parameter"><code><span class="type">AnjutaProfile</span> *profile</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-pop" title="anjuta_profile_manager_pop ()">anjuta_profile_manager_pop</a>          (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>,
                                                         <em class="parameter"><code><span class="type">AnjutaProfile</span> *profile</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-freeze" title="anjuta_profile_manager_freeze ()">anjuta_profile_manager_freeze</a>       (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>);
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-thaw" title="anjuta_profile_manager_thaw ()">anjuta_profile_manager_thaw</a>         (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
<span class="returnvalue">AnjutaProfile</span> *     <a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-get-current" title="anjuta_profile_manager_get_current ()">anjuta_profile_manager_get_current</a>  (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-close" title="anjuta_profile_manager_close ()">anjuta_profile_manager_close</a>        (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>);
                    <a class="link" href="libanjuta-AnjutaProfileManager.html#AnjutaProfileManagerPriv" title="AnjutaProfileManagerPriv">AnjutaProfileManagerPriv</a>;
</pre>
</div>
<div class="refsect1">
<a name="libanjuta-AnjutaProfileManager.description"></a><h2>Description</h2>
<p>
Anjuta uses up to three profiles. A system profile which contains mandatory
plugins which are never unloaded. A user profile is used when no project is
loaded and a project profile when one is loaded.
If a second project is loaded, it is loaded in another instance of Anjuta.
When a project is closed, Anjuta goes back to the user profile.
</p>
<p>
The profile manager can be in a frozen state where you can push or 
pop a profile from the stack without triggering a change of the profile.
</p>
</div>
<div class="refsect1">
<a name="libanjuta-AnjutaProfileManager.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="AnjutaProfileManagerClass"></a><h3>struct AnjutaProfileManagerClass</h3>
<pre class="programlisting">struct AnjutaProfileManagerClass {
	GObjectClass parent_class;
	void(* profile_pushed) (AnjutaProfileManager *self,
							AnjutaProfile* profile);
	void(* profile_popped) (AnjutaProfileManager *self,
							AnjutaProfile* profile);
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="anjuta-profile-manager-new"></a><h3>anjuta_profile_manager_new ()</h3>
<pre class="programlisting"><span class="returnvalue">AnjutaProfileManager</span> * anjuta_profile_manager_new       (<em class="parameter"><code><span class="type">AnjutaPluginManager</span> *plugin_manager</code></em>);</pre>
<p>
Create a new profile manager.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>plugin_manager</code></em> :</span></p></td>
<td>the <span class="type">AnjutaPluginManager</span> used by all profiles.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the new <span class="type">AnjutaProfileManager</span> object.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="anjuta-profile-manager-push"></a><h3>anjuta_profile_manager_push ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            anjuta_profile_manager_push         (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>,
                                                         <em class="parameter"><code><span class="type">AnjutaProfile</span> *profile</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>
Add a new profile at the top of the profile manager stack. If the profile
manager is not frozen, this new profile will be loaded immediatly and
become the current profile.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>profile_manager</code></em> :</span></p></td>
<td>the <span class="type">AnjutaProfileManager</span> object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>profile</code></em> :</span></p></td>
<td>the new <span class="type">AnjutaProfile</span>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>error propagation and reporting.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="anjuta-profile-manager-pop"></a><h3>anjuta_profile_manager_pop ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            anjuta_profile_manager_pop          (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>,
                                                         <em class="parameter"><code><span class="type">AnjutaProfile</span> *profile</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>
Remove a profile from the profile manager stack. If the manager is not
frozen, only the current profile can be removed. It will be unloaded and
the previous profile will be loaded.
If the manager is frozen, the current profile or the last pushed profile
can be removed.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>profile_manager</code></em> :</span></p></td>
<td>the <span class="type">AnjutaProfileManager</span> object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>profile</code></em> :</span></p></td>
<td>the <span class="type">AnjutaProfile</span> to remove.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>error propagation and reporting.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="anjuta-profile-manager-freeze"></a><h3>anjuta_profile_manager_freeze ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_profile_manager_freeze       (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>);</pre>
<p>
Freeze the plugin manager. In this state, plugins can be added and removed
from the stack without triggering any change in the current profile. It is
possible to freeze the manager several times but it will be back in its normal
state only after as much call of <a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-thaw" title="anjuta_profile_manager_thaw ()"><code class="function">anjuta_profile_manager_thaw()</code></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>profile_manager</code></em> :</span></p></td>
<td>the <span class="type">AnjutaProfileManager</span> object.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="anjuta-profile-manager-thaw"></a><h3>anjuta_profile_manager_thaw ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            anjuta_profile_manager_thaw         (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>,
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
<p>
Put back the plugin manager in its normal mode after calling
<a class="link" href="libanjuta-AnjutaProfileManager.html#anjuta-profile-manager-freeze" title="anjuta_profile_manager_freeze ()"><code class="function">anjuta_profile_manager_freeze()</code></a>. It will load a new profile if one has been
added while the manager was frozen.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>profile_manager</code></em> :</span></p></td>
<td>the <span class="type">AnjutaProfileManager</span> object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>error propagation and reporting.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="anjuta-profile-manager-get-current"></a><h3>anjuta_profile_manager_get_current ()</h3>
<pre class="programlisting"><span class="returnvalue">AnjutaProfile</span> *     anjuta_profile_manager_get_current  (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>);</pre>
<p>
Return the current profile.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>profile_manager</code></em> :</span></p></td>
<td>A <span class="type">AnjutaProfileManager</span> object.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <span class="type">AnjutaProfile</span> object or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
if the profile stack is empty. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>][<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="anjuta-profile-manager-close"></a><h3>anjuta_profile_manager_close ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                anjuta_profile_manager_close        (<em class="parameter"><code><span class="type">AnjutaProfileManager</span> *profile_manager</code></em>);</pre>
<p>
Close the <span class="type">AnjutaProfileManager</span> causing "descoped" to be emitted and
all queued and previous profiles to be released. This function is to be used
when destroying an Anjuta instance.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>profile_manager</code></em> :</span></p></td>
<td>A <span class="type">AnjutaProfileManager</span> object.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="AnjutaProfileManagerPriv"></a><h3>AnjutaProfileManagerPriv</h3>
<pre class="programlisting">typedef struct _AnjutaProfileManagerPriv AnjutaProfileManagerPriv;</pre>
<p>
</p>
</div>
</div>
<div class="refsect1">
<a name="libanjuta-AnjutaProfileManager.see-also"></a><h2>See Also</h2>
<span class="type">AnjutaPluginManager</span>, <span class="type">AnjutaProfile</span>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>