This file is indexed.

/usr/share/gtk-doc/html/libanjuta/index.html is in libanjuta-dev 2:3.22.0-3.

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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Anjuta Developers Reference Manual: Anjuta Developers Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<meta name="description" content="libanjuta is Anjuta IDE framework for developing Anjuta plugins.">
<link rel="home" href="index.html" title="Anjuta Developers Reference Manual">
<link rel="next" href="anjuta-architecture.html" title="Anjuta Architecture">
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Anjuta Developers Reference Manual</p></th></tr></table></div>
<div><div class="authorgroup"><div class="author"><h3 class="author">
<span class="firstname">Naba</span> <span class="surname">Kumar</span>
</h3></div></div></div>
<div><p class="copyright">Copyright © 2004 Naba Kumar</p></div>
<div><div class="legalnotice">
<a name="id-1.1.5"></a><p>
		This document may be distributed subject to the terms and
        conditions set forth in the Open Publication License, v1.0 or
        later (the latest version is presently available at <a class="ulink" href="http://www.opencontent.org/openpub/" target="_top">http://www.opencontent.org/openpub/</a> )
      </p>
</div></div>
<div><div class="abstract">
<p class="title"><b>Abstract</b></p>
<p>
	  	libanjuta is Anjuta IDE framework for developing Anjuta plugins.
      </p>
</div></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt><span class="chapter"><a href="anjuta-architecture.html">Anjuta Architecture</a></span></dt>
<dd><dl><dt><span class="sect1"><a href="anjuta-architecture.html#id-1.2.5">Plugins</a></span></dt></dl></dd>
<dt><span class="chapter"><a href="writing-plugins.html">Writing plugins</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="writing-plugins.html#writing-plugins-description">Hello world plugin description, icon and UI files</a></span></dt>
<dt><span class="sect1"><a href="writing-plugins-simple.html">Hello world plugin</a></span></dt>
<dt><span class="sect1"><a href="writing-plugins-sources.html">Hello world advanced plugin</a></span></dt>
<dt><span class="sect1"><a href="writing-plugins-build-setup.html">Build setup</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="plugin-description-file.html">Plugin description file</a></span></dt>
<dt><span class="chapter"><a href="project-wizard-format.html">New Project Wizard format</a></span></dt>
<dd><dl>
<dt><span class="sect1"><a href="project-wizard-format.html#overview">Overview</a></span></dt>
<dt><span class="sect1"><a href="header-block.html">Wizard header</a></span></dt>
<dt><span class="sect1"><a href="page-block.html">Wizard pages</a></span></dt>
<dt><span class="sect1"><a href="content-block.html">Wizard content</a></span></dt>
<dt><span class="sect1"><a href="action-block.html">Wizard actions</a></span></dt>
<dt><span class="sect1"><a href="internationalization.html">Internationalization</a></span></dt>
<dt><span class="sect1"><a href="distribution.html">Distribution</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="libanjuta-api.html">libanjuta API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="AnjutaShell.html">AnjutaShell</a></span><span class="refpurpose"> — Application shell interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaPreferences.html">AnjutaPreferences</a></span><span class="refpurpose"> — Anjuta Preferences system.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaPreferencesDialog.html">AnjutaPreferencesDialog</a></span><span class="refpurpose"> — Preferences dialog</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaUI.html">AnjutaUI</a></span><span class="refpurpose"> — User Interface manager</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaStatus.html">AnjutaStatus</a></span><span class="refpurpose"> — Program status such as status message, progress etc.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaPlugin.html">AnjutaPlugin</a></span><span class="refpurpose"> — Anjuta plugin base class from which all plugins are
derived.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaPluginDescription.html">AnjutaPluginDescription</a></span><span class="refpurpose"> — Plugin description from .plugin file</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaPluginHandle.html">AnjutaPluginHandle</a></span><span class="refpurpose"> — Handle used by plugin manager to keep track of plugins.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaPluginManager.html">AnjutaPluginManager</a></span><span class="refpurpose"> — Plugins management and activation</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaProfile.html">AnjutaProfile</a></span><span class="refpurpose"> — Profile is a collection of plugins</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaProfileManager.html">AnjutaProfileManager</a></span><span class="refpurpose"> — Managers a stack of plugins profiles</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaLauncher.html">AnjutaLauncher</a></span><span class="refpurpose"> — External process launcher with async input/output</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaSavePrompt.html">AnjutaSavePrompt</a></span><span class="refpurpose"> — Save dialog prompt for unsaved data</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaSerializer.html">AnjutaSerializer</a></span><span class="refpurpose"> — Data serializer</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaSession.html">AnjutaSession</a></span><span class="refpurpose"> — Store local user settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-Utilities.html">Utilities</a></span><span class="refpurpose"> — Utility functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-Program-resources.html">Program resources</a></span><span class="refpurpose"> — Application resource management</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-anjuta-encodings.html">anjuta-encodings</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-Debugging.html">Debugging</a></span><span class="refpurpose"> — Debug functions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaCommand.html">AnjutaCommand</a></span><span class="refpurpose"> — System for creating objects that provide a standard 
				   interface to external components (libraries, processes,
				   etc.)</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaSyncCommand.html">AnjutaSyncCommand</a></span><span class="refpurpose"><span class="type">AnjutaCommand</span> subclass that serves as the base for 
				   commands that run synchronously.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaAsyncCommand.html">AnjutaAsyncCommand</a></span><span class="refpurpose"><span class="type">AnjutaCommand</span> subclass that serves as the base for 
				   commands that need to run in another thread.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaAsyncNotify.html">AnjutaAsyncNotify</a></span><span class="refpurpose"> — Mechanism used by interfaces that run asynchronously to 
				   notify clients of finished tasks and to report errors.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaVcsStatusTreeView.html">AnjutaVcsStatusTreeView</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-anjuta-convert.html">anjuta-convert</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaAutogen.html">AnjutaAutogen</a></span><span class="refpurpose"> — Template engine using GNU autogen program.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaCloseButton.html">AnjutaCloseButton</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaColumnTextView.html">AnjutaColumnTextView</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaCommandBar.html">AnjutaCommandBar</a></span><span class="refpurpose"> — Widget that lays out commands in a vertical row of 
				   buttons and frames.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaCommandQueue.html">AnjutaCommandQueue</a></span><span class="refpurpose"><span class="type">AnjutaCommandQueue</span> is used to queue commands</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaCompletion.html">AnjutaCompletion</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaDock.html">AnjutaDock</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaDockPane.html">AnjutaDockPane</a></span><span class="refpurpose">Wrapper class for <span class="type">AnjutaDock</span> panes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaDropEntry.html">AnjutaDropEntry</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaEntry.html">AnjutaEntry</a></span><span class="refpurpose"><span class="type">GtkEntry</span> subclass that displays help text with a button
                    to clear the entry's contents.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaEnvironmentEditor.html">AnjutaEnvironmentEditor</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaFileDropEntry.html">AnjutaFileDropEntry</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaFileList.html">AnjutaFileList</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaLanguageProvider.html">AnjutaLanguageProvider</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaPkgConfigChooser.html">AnjutaPkgConfigChooser</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-anjuta-pkg-config.html">anjuta-pkg-config</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaPkgScanner.html">AnjutaPkgScanner</a></span><span class="refpurpose"> — Scan files contained by a library using pkg-config</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaProjectNode.html">Anjuta project</a></span><span class="refpurpose"> — Anjuta project</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaTabber.html">AnjutaTabber</a></span><span class="refpurpose"> — Tab widget</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-Anjuta-token.html">Anjuta token</a></span><span class="refpurpose"> — Anjuta token</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-anjuta-token-file.html">anjuta-token-file</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-anjuta-token-list.html">anjuta-token-list</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-Anjuta-token-stream.html">Anjuta token stream</a></span><span class="refpurpose"> — Anjuta token stream</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaTreeComboBox.html">AnjutaTreeComboBox</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-anjuta-vcs-status.html">anjuta-vcs-status</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="libanjuta-internal-api.html">libanjuta internal API</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="AnjutaCPluginFactory.html">AnjutaCPluginFactory</a></span><span class="refpurpose"> — Anjuta C plugin factory</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaCModule.html">AnjutaCModule</a></span><span class="refpurpose"> — Anjuta C module</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESplash.html">ESplash</a></span><span class="refpurpose"> — Splash screen</span>
</dt>
<dt>
<span class="refentrytitle"><a href="AnjutaCellRendererCaptionedImage.html">AnjutaCellRendererCaptionedImage</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="plugin-interfaces.html">Plugin interfaces</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="IAnjutaBuildable.html">IAnjutaBuildable</a></span><span class="refpurpose">Implemented by plugins that can build. This interface
will be replaced by <span class="type">IAnjutaBuilder</span> (for build functions) and
<span class="type">IAnjutaEnvironment</span> for ianjuta_buildable_set_command,
ianjuta_buildable_reset_command and ianjuta_buildable_get_command.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaBuilder.html">IAnjutaBuilder</a></span><span class="refpurpose"> — Implemented by plugins that can build</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDebugger.html">IAnjutaDebugger</a></span><span class="refpurpose"> — Debugger interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDebuggerBreakpoint.html">IAnjutaDebuggerBreakpoint</a></span><span class="refpurpose"> — Breakpoint Debugger interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDebuggerInstruction.html">IAnjutaDebuggerInstruction</a></span><span class="refpurpose"> — Debugger interface for machine instruction</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDebuggerMemory.html">IAnjutaDebuggerMemory</a></span><span class="refpurpose"> — Memory interface for debuggers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDebuggerRegister.html">IAnjutaDebuggerRegister</a></span><span class="refpurpose"> — Register interface for debuggers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDebuggerVariable.html">IAnjutaDebuggerVariable</a></span><span class="refpurpose"> — Variables interface for debuggers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDebugManager.html">IAnjutaDebugManager</a></span><span class="refpurpose"> — Common graphical interface to all debugger</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDocument.html">IAnjutaDocument</a></span><span class="refpurpose"> — Interface for all kind of editable resources that
will be managed by IAnjutaDocumentManager</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaDocumentManager.html">IAnjutaDocumentManager</a></span><span class="refpurpose"> — Interface for plugin that manages all the editors</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditor.html">IAnjutaEditor</a></span><span class="refpurpose"> — Text editor interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorAssist.html">IAnjutaEditorAssist</a></span><span class="refpurpose"> — Text editor assist interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorCell.html">IAnjutaEditorCell</a></span><span class="refpurpose"> — Text editor character cell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorCellStyle.html">IAnjutaEditorCellStyle</a></span><span class="refpurpose"> — Text editor cell style interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorComment.html">IAnjutaEditorComment</a></span><span class="refpurpose"> — Text editor comment interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorConvert.html">IAnjutaEditorConvert</a></span><span class="refpurpose"> — Text editor convert interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorFactory.html">IAnjutaEditorFactory</a></span><span class="refpurpose"> — Text editor factory that creates IAnjutaEditor objects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorFolds.html">IAnjutaEditorFolds</a></span><span class="refpurpose"> — Text editor folds inteface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorGladeSignal.html">IAnjutaEditorGladeSignal</a></span><span class="refpurpose"> — Interface for dropping signal handlers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorGoto.html">IAnjutaEditorGoto</a></span><span class="refpurpose"> — Text editor navigation interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorHover.html">IAnjutaEditorHover</a></span><span class="refpurpose"> — Text editor hover interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorLanguage.html">IAnjutaEditorLanguage</a></span><span class="refpurpose"> — Text editor language interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorLineMode.html">IAnjutaEditorLineMode</a></span><span class="refpurpose"> — Text editor line mode</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorSearch.html">IAnjutaEditorSearch</a></span><span class="refpurpose"> — Text editor search interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorSelection.html">IAnjutaEditorSelection</a></span><span class="refpurpose"> — Text editor selection interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorTip.html">IAnjutaEditorTip</a></span><span class="refpurpose"> — Editor call tips assistance framework</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorView.html">IAnjutaEditorView</a></span><span class="refpurpose"> — Text editor view interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEditorZoom.html">IAnjutaEditorZoom</a></span><span class="refpurpose"> — Text editor zoom interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaEnvironment.html">IAnjutaEnvironment</a></span><span class="refpurpose"> — Implemented by plugins doing cross compilation</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaFile.html">IAnjutaFile</a></span><span class="refpurpose"> — Implemented by plugins that can open files.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaFileLoader.html">IAnjutaFileLoader</a></span><span class="refpurpose"> — Loader to load files</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaFileManager.html">IAnjutaFileManager</a></span><span class="refpurpose"> — File manager plugin</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaFileSavable.html">IAnjutaFileSavable</a></span><span class="refpurpose"> — Implemented by plugins that can save files.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaHelp.html">IAnjutaHelp</a></span><span class="refpurpose"> — Implemented by plugins that can provide help support</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaIndenter.html">IAnjutaIndenter</a></span><span class="refpurpose"> — Interface for automatic indentation</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaIndicable.html">IAnjutaIndicable</a></span><span class="refpurpose"> — Implemented by indicate that indicate a range</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaIterable.html">IAnjutaIterable</a></span><span class="refpurpose"> — Implemented by objects that can iterate</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaIterableTree.html">IAnjutaIterableTree</a></span><span class="refpurpose"> — Implemented by tree objects that can iterate</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaLanguage.html">IAnjutaLanguage</a></span><span class="refpurpose"> — Interface to manage multiple programming languages</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaLanguageProvider.html">IAnjutaLanguageProvider</a></span><span class="refpurpose"> — Provider for autocompletion features</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaLoader.html">IAnjutaLoader</a></span><span class="refpurpose"> — Interface to load file or stream</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaMarkable.html">IAnjutaMarkable</a></span><span class="refpurpose"> — Implemented by editors (or views) with markers support</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaMessageManager.html">IAnjutaMessageManager</a></span><span class="refpurpose"> — The plugin that managers all message views</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaMessageView.html">IAnjutaMessageView</a></span><span class="refpurpose"> — A view where messages of different kind can be shown</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaPluginFactory.html">IAnjutaPluginFactory</a></span><span class="refpurpose"> — Create Anjuta plugin objects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaPreferences.html">IAnjutaPreferences</a></span><span class="refpurpose"> — Preferences interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaPrint.html">IAnjutaPrint</a></span><span class="refpurpose"> — Print interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaProject.html">IAnjutaProject</a></span><span class="refpurpose"> — Interface implemented by project backend</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaProjectManager.html">IAnjutaProjectManager</a></span><span class="refpurpose"> — Interface for project managers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaProjectChooser.html">IAnjutaProjectChooser</a></span><span class="refpurpose"> — Interface for selecting project node</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaProjectBackend.html">IAnjutaProjectBackend</a></span><span class="refpurpose"> — Interface for creating new project</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaProvider.html">IAnjutaProvider</a></span><span class="refpurpose"> — Provider for autocompletion features</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaSnippetsManager.html">IAnjutaSnippetsManager</a></span><span class="refpurpose"> — Snippets Manager interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaStream.html">IAnjutaStream</a></span><span class="refpurpose"> — Implemented by plugins that can open file streams</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaStreamLoader.html">IAnjutaStreamLoader</a></span><span class="refpurpose"> — Loader to load streams</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaStreamSavable.html">IAnjutaStreamSavable</a></span><span class="refpurpose"> — Implemented by plugins that can save file streams</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaSymbol.html">IAnjutaSymbol</a></span><span class="refpurpose"> — Source code symbol interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaSymbolQuery.html">IAnjutaSymbolQuery</a></span><span class="refpurpose"> — Source code symbol query interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaSymbolManager.html">IAnjutaSymbolManager</a></span><span class="refpurpose"> — Source code symbols manager inteface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaTerminal.html">IAnjutaTerminal</a></span><span class="refpurpose"> — Interface for command line terminals</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaTodo.html">IAnjutaTodo</a></span><span class="refpurpose"> — Task manager interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaVcs.html">IAnjutaVcs</a></span><span class="refpurpose"> — Version control system interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="IAnjutaWizard.html">IAnjutaWizard</a></span><span class="refpurpose"> — Interface for wizards that can create new stuffs</span>
</dt>
<dt>
<span class="refentrytitle"><a href="libanjuta-libanjuta-iface-marshallers.html">libanjuta-iface-marshallers</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="object-hierarchy.html">Object Hierarchy</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.21</div>
</body>
</html>