This file is indexed.

/usr/share/doc/libghc-glib-doc/html/System-Glib-GValue.html is in libghc-glib-doc 0.12.5.3-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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>System.Glib.GValue</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_System-Glib-GValue.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/System-Glib-GValue.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">glib-0.12.5.3: Binding to the GLIB library for Gtk2Hs.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable (depends on GHC)</td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Maintainer</th><td>gtk2hs-users@lists.sourceforge.net</td></tr><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">System.Glib.GValue</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>This module implements only the necessities for the GTK binding.
</p><ul><li> Everything here is only used by <a href="Graphics-UI-Gtk-TreeList-TreeModel.html">Graphics.UI.Gtk.TreeList.TreeModel</a> and
 friends.
</li></ul></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">newtype</span>  <a href="#t:GValue">GValue</a>  = <a href="#v:GValue">GValue</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Foreign-Ptr.html#t:Ptr">Ptr</a> <a href="System-Glib-GValue.html#t:GValue">GValue</a>)</li><li class="src short"><a href="#v:valueInit">valueInit</a> :: <a href="System-Glib-GValue.html#t:GValue">GValue</a> -&gt; <a href="System-Glib-GType.html#t:GType">GType</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> ()</li><li class="src short"><a href="#v:valueGetType">valueGetType</a> :: <a href="System-Glib-GValue.html#t:GValue">GValue</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> <a href="System-Glib-GType.html#t:GType">GType</a></li><li class="src short"><a href="#v:allocaGValue">allocaGValue</a> ::  (<a href="System-Glib-GValue.html#t:GValue">GValue</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> b) -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> b</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">newtype</span>  <a name="t:GValue" class="def">GValue</a>  <a href="src/System-Glib-GValue.html#GValue" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:GValue" class="def">GValue</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Foreign-Ptr.html#t:Ptr">Ptr</a> <a href="System-Glib-GValue.html#t:GValue">GValue</a>)</td><td class="doc empty">&nbsp;</td></tr></table></div></div><div class="top"><p class="src"><a name="v:valueInit" class="def">valueInit</a> :: <a href="System-Glib-GValue.html#t:GValue">GValue</a> -&gt; <a href="System-Glib-GType.html#t:GType">GType</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> ()<a href="src/System-Glib-GValue.html#valueInit" class="link">Source</a></p><div class="doc"><p>Clear a GValue.
</p></div></div><div class="top"><p class="src"><a name="v:valueGetType" class="def">valueGetType</a> :: <a href="System-Glib-GValue.html#t:GValue">GValue</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> <a href="System-Glib-GType.html#t:GType">GType</a><a href="src/System-Glib-GValue.html#valueGetType" class="link">Source</a></p><div class="doc"><p>Get the type of the value stored in the GValue
</p></div></div><div class="top"><p class="src"><a name="v:allocaGValue" class="def">allocaGValue</a> ::  (<a href="System-Glib-GValue.html#t:GValue">GValue</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> b) -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> b<a href="src/System-Glib-GValue.html#allocaGValue" class="link">Source</a></p><div class="doc"><p>Temporarily allocate a GValue.
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>