This file is indexed.

/usr/share/doc/liblablgtk-extras-ocaml-dev/html/api/Gmytree.html is in liblablgtk-extras-ocaml-doc 1.5-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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Gmylist.html">
<link rel="next" href="Gstuff.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Configwin" rel="Chapter" href="Configwin.html">
<link title="Configwin_keys" rel="Chapter" href="Configwin_keys.html">
<link title="Gdir" rel="Chapter" href="Gdir.html">
<link title="Gmylist" rel="Chapter" href="Gmylist.html">
<link title="Gmytree" rel="Chapter" href="Gmytree.html">
<link title="Gstuff" rel="Chapter" href="Gstuff.html">
<link title="Gtke_install" rel="Chapter" href="Gtke_install.html">
<link title="Gtke_version" rel="Chapter" href="Gtke_version.html">
<link title="Gtksv_utils" rel="Chapter" href="Gtksv_utils.html">
<link title="Okey" rel="Chapter" href="Okey.html"><title>Lablgtk-extras : Gmytree</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Gmylist.html" title="Gmylist">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Gstuff.html" title="Gstuff">Next</a>
</div>
<h1>Module <a href="type_Gmytree.html">Gmytree</a></h1>

<pre><span class="keyword">module</span> Gmytree: <code class="code">sig</code> <a href="Gmytree.html">..</a> <code class="code">end</code></pre><div class="info module top">
Editable trees.<br>
<b>Author(s):</b> Maxence Guesdon<br>
<b>Version:</b> 1.0<br>
</div>
<hr width="100%">

<pre><span id="TYPEcol_desc"><span class="keyword">type</span> <code class="type"></code>col_desc</span> = <code class="type">[ `Pixmap of string option | `String of string ]</code> </pre>


<pre><span id="TYPEcol_row_contents"><span class="keyword">type</span> <code class="type"></code>col_row_contents</span> = <code class="type">[ `Pixmap of GdkPixbuf.pixbuf option | `String of string ]</code> </pre>


<pre><span name="TYPEtree_edit"><span class="keyword">class</span> <code class="type">['a]</code> <a href="Gmytree.tree_edit-c.html">tree_edit</a></span> : <code class="type">?m_edit:string -> ?m_add:string -> ?m_remove:string -> ?m_close:string -> ?f_expand:'a -> bool -> f_roots:(unit -> 'a list) -> f_children:('a -> 'a list) -> ?f_edit:'a -> 'a -> ?f_add:'a option -> 'a option -> ?f_remove:'a -> bool -> ?f_close:unit -> unit -> f_contents:('a -> <a href="Gmytree.html#TYPEcol_row_contents">col_row_contents</a> list) -> [< `Pixmap of 'b | `String of 'c ] list -> </code><code class="code">object</code> <a href="Gmytree.tree_edit-c.html">..</a> <code class="code">end</code></pre></body></html>