This file is indexed.

/usr/share/doc/libghc-gio-doc/html/System-GIO-Icons-EmblemedIcon.html is in libghc-gio-doc 0.12.4-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
<!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.GIO.Icons.EmblemedIcon</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-GIO-Icons-EmblemedIcon.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/System-GIO-Icons-EmblemedIcon.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">gio-0.12.4: Binding to the GIO.</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>alpha</td></tr><tr><th>Maintainer</th><td>gtk2hs-devel@lists.sourceforge.net</td></tr><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">System.GIO.Icons.EmblemedIcon</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Details
</a></li><li><a href="#g:2">Types
</a></li><li><a href="#g:3">Methods
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc empty">&nbsp;</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:EmblemedIcon">EmblemedIcon</a>  = <a href="#v:EmblemedIcon">EmblemedIcon</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Foreign-ForeignPtr-Safe.html#t:ForeignPtr">ForeignPtr</a> <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a>)</li><li class="src short"><span class="keyword">class</span> <a href="/usr/share/doc/libghc-glib-doc/html/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> o =&gt; <a href="#t:EmblemedIconClass">EmblemedIconClass</a> o </li><li class="src short"><a href="#v:emblemedIconNew">emblemedIconNew</a> :: (<a href="System-GIO-Icons-Icon.html#t:IconClass">IconClass</a> icon, <a href="System-GIO-Icons-Emblem.html#t:EmblemClass">EmblemClass</a> emblem) =&gt; icon -&gt; emblem -&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-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a></li><li class="src short"><a href="#v:emblemedIconGetIcon">emblemedIconGetIcon</a> :: <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIconClass">EmblemedIconClass</a> emblemed =&gt; emblemed -&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-GIO-Icons-Icon.html#t:Icon">Icon</a></li><li class="src short"><a href="#v:emblemedIconGetEmblems">emblemedIconGetEmblems</a> :: <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIconClass">EmblemedIconClass</a> emblemed =&gt; emblemed -&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-GIO-Icons-Emblem.html#t:Emblem">Emblem</a>]</li><li class="src short"><a href="#v:emblemedIconAddEmblem">emblemedIconAddEmblem</a> :: <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIconClass">EmblemedIconClass</a> emblemed =&gt; emblemed -&gt; <a href="System-GIO-Icons-Emblem.html#t:Emblem">Emblem</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</a> ()</li></ul></div><div id="interface"><h1 id="g:1">Details
</h1><div class="doc"><p><code><a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a></code> is an implementation of <code><a href="System-GIO-Icons-Icon.html#t:Icon">Icon</a></code> that supports adding an emblem to an icon. Adding
 multiple emblems to an icon is ensured via <code><a href="System-GIO-Icons-EmblemedIcon.html#v:emblemedIconAddEmblem">emblemedIconAddEmblem</a></code>.
</p><p>Note that <code><a href="System-GIO-Icons-Emblem.html#t:Emblem">Emblem</a></code>edIcon allows no control over the position of the emblems. See also <code><a href="System-GIO-Icons-Emblem.html#t:Emblem">Emblem</a></code> for
 more information.
</p></div><h1 id="g:2">Types
</h1><div class="top"><p class="src"><span class="keyword">newtype</span>  <a name="t:EmblemedIcon" class="def">EmblemedIcon</a>  <a href="src/System-GIO-Types.html#EmblemedIcon" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:EmblemedIcon" class="def">EmblemedIcon</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Foreign-ForeignPtr-Safe.html#t:ForeignPtr">ForeignPtr</a> <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a>)</td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:EmblemedIcon" class="caption collapser" onclick="toggleSection('i:EmblemedIcon')">Instances</p><div id="section.i:EmblemedIcon" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Eq.html#t:Eq">Eq</a> <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Ord.html#t:Ord">Ord</a> <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-glib-doc/html/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIconClass">EmblemedIconClass</a> <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="/usr/share/doc/libghc-glib-doc/html/System-Glib-GObject.html#t:GObjectClass">GObjectClass</a> o =&gt; <a name="t:EmblemedIconClass" class="def">EmblemedIconClass</a> o <a href="src/System-GIO-Types.html#EmblemedIconClass" class="link">Source</a></p><div class="subs instances"><p id="control.i:EmblemedIconClass" class="caption collapser" onclick="toggleSection('i:EmblemedIconClass')">Instances</p><div id="section.i:EmblemedIconClass" class="show"><table><tr><td class="src"><a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIconClass">EmblemedIconClass</a> <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><h1 id="g:3">Methods
</h1><div class="top"><p class="src"><a name="v:emblemedIconNew" class="def">emblemedIconNew</a> :: (<a href="System-GIO-Icons-Icon.html#t:IconClass">IconClass</a> icon, <a href="System-GIO-Icons-Emblem.html#t:EmblemClass">EmblemClass</a> emblem) =&gt; icon -&gt; emblem -&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-GIO-Icons-EmblemedIcon.html#t:EmblemedIcon">EmblemedIcon</a><a href="src/System-GIO-Icons-EmblemedIcon.html#emblemedIconNew" class="link">Source</a></p><div class="doc"><p>Creates a new emblemed icon for icon with the emblem emblem.
</p></div></div><div class="top"><p class="src"><a name="v:emblemedIconGetIcon" class="def">emblemedIconGetIcon</a><a href="src/System-GIO-Icons-EmblemedIcon.html#emblemedIconGetIcon" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIconClass">EmblemedIconClass</a> emblemed</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; emblemed</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&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-GIO-Icons-Icon.html#t:Icon">Icon</a></td><td class="doc"><p>returns a <code><a href="System-GIO-Icons-Icon.html#t:Icon">Icon</a></code> that is owned by emblemed
</p></td></tr></table></div><div class="doc"><p>Gets the main icon for emblemed.
</p></div></div><div class="top"><p class="src"><a name="v:emblemedIconGetEmblems" class="def">emblemedIconGetEmblems</a><a href="src/System-GIO-Icons-EmblemedIcon.html#emblemedIconGetEmblems" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIconClass">EmblemedIconClass</a> emblemed</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; emblemed</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&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-GIO-Icons-Emblem.html#t:Emblem">Emblem</a>]</td><td class="doc"><p>returns a list of <code><a href="System-GIO-Icons-Emblem.html#t:Emblem">Emblem</a></code> s that is owned by emblemed
</p></td></tr></table></div><div class="doc"><p>Gets the list of emblems for the icon.
</p></div></div><div class="top"><p class="src"><a name="v:emblemedIconAddEmblem" class="def">emblemedIconAddEmblem</a> :: <a href="System-GIO-Icons-EmblemedIcon.html#t:EmblemedIconClass">EmblemedIconClass</a> emblemed =&gt; emblemed -&gt; <a href="System-GIO-Icons-Emblem.html#t:Emblem">Emblem</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-GIO-Icons-EmblemedIcon.html#emblemedIconAddEmblem" class="link">Source</a></p><div class="doc"><p>Adds emblem to the <code><a href="System-GIO-Icons-Emblem.html#t:Emblem">Emblem</a></code>.
</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>