This file is indexed.

/usr/share/doc/libghc-gtk3-doc/html/Graphics-UI-Gtk-Recent-RecentInfo.html is in libghc-gtk3-doc 0.14.8-1build1.

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
<!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>Graphics.UI.Gtk.Recent.RecentInfo</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Graphics-UI-Gtk-Recent-RecentInfo.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-UI-Gtk-Recent-RecentInfo.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">gtk3-0.14.8: Binding to the Gtk+ 3 graphical user interface library</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Maintainer</th><td>gtk2hs-users@lists.sourceforge.net</td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Portability</th><td>portable (depends on GHC)</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Graphics.UI.Gtk.Recent.RecentInfo</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Types</a></li><li><a href="#g:2">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">data</span> <a href="#t:RecentInfo">RecentInfo</a></li><li class="src short"><a href="#v:mkRecentInfo">mkRecentInfo</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Foreign-Ptr.html#t:Ptr">Ptr</a> <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></li><li class="src short"><a href="#v:recentInfoExists">recentInfoExists</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentInfoGetAdded">recentInfoGetAdded</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></li><li class="src short"><a href="#v:recentInfoGetAge">recentInfoGetAge</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></li><li class="src short"><a href="#v:recentInfoGetApplicationInfo">recentInfoGetApplicationInfo</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; string -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> ([string], <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a>, <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a>))</li><li class="src short"><a href="#v:recentInfoGetApplications">recentInfoGetApplications</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> [string]</li><li class="src short"><a href="#v:recentInfoGetDescription">recentInfoGetDescription</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</li><li class="src short"><a href="#v:recentInfoGetDisplayName">recentInfoGetDisplayName</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</li><li class="src short"><a href="#v:recentInfoGetGroups">recentInfoGetGroups</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> [string]</li><li class="src short"><a href="#v:recentInfoGetIcon">recentInfoGetIcon</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Graphics-UI-Gtk-Gdk-Pixbuf.html#t:Pixbuf">Pixbuf</a>)</li><li class="src short"><a href="#v:recentInfoGetMimeType">recentInfoGetMimeType</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</li><li class="src short"><a href="#v:recentInfoGetModified">recentInfoGetModified</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></li><li class="src short"><a href="#v:recentInfoGetPrivateHint">recentInfoGetPrivateHint</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentInfoGetShortName">recentInfoGetShortName</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</li><li class="src short"><a href="#v:recentInfoGetURI">recentInfoGetURI</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</li><li class="src short"><a href="#v:recentInfoGetURIDisplay">recentInfoGetURIDisplay</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</li><li class="src short"><a href="#v:recentInfoGetVisited">recentInfoGetVisited</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></li><li class="src short"><a href="#v:recentInfoHasApplication">recentInfoHasApplication</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; string -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentInfoHasGroup">recentInfoHasGroup</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; string -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentInfoIsLocal">recentInfoIsLocal</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><a href="#v:recentInfoLastApplication">recentInfoLastApplication</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</li><li class="src short"><a href="#v:recentInfoMatch">recentInfoMatch</a> :: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></li></ul></div><div id="interface"><h1 id="g:1">Types</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:RecentInfo" class="def">RecentInfo</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#RecentInfo" class="link">Source</a> <a href="#t:RecentInfo" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:mkRecentInfo" class="def">mkRecentInfo</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Foreign-Ptr.html#t:Ptr">Ptr</a> <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#mkRecentInfo" class="link">Source</a> <a href="#v:mkRecentInfo" class="selflink">#</a></p><div class="doc"><p>Helper function for build <code><a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></code></p></div></div><h1 id="g:2">Methods</h1><div class="top"><p class="src"><a id="v:recentInfoExists" class="def">recentInfoExists</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoExists" class="link">Source</a> <a href="#v:recentInfoExists" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:True">True</a></code> if the resource exists</p></td></tr></table></div><div class="doc"><p>Checks whether the resource pointed by info still exists. At the moment this check is done only on
 resources pointing to local files.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetAdded" class="def">recentInfoGetAdded</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetAdded" class="link">Source</a> <a href="#v:recentInfoGetAdded" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></td><td class="doc"><p>returns the number of seconds elapsed from system's Epoch when the resource was added to the list, or -1 on failure.</p></td></tr></table></div><div class="doc"><p>Gets the timestamp (seconds from system's Epoch) when the resource was added to the recently used
 resources list.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetAge" class="def">recentInfoGetAge</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetAge" class="link">Source</a> <a href="#v:recentInfoGetAge" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></td><td class="doc"><p>returns a positive integer containing the number of days elapsed since the time this resource was last modified.</p></td></tr></table></div><div class="doc"><p>Gets the number of days elapsed since the last update of the resource pointed by info.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetApplicationInfo" class="def">recentInfoGetApplicationInfo</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetApplicationInfo" class="link">Source</a> <a href="#v:recentInfoGetApplicationInfo" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; string</td><td class="doc"><p><code>appName</code> the name of the application that has registered this item</p></td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> ([string], <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a>, <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a>))</td><td class="doc"><p><code>appExec</code> return location for the string containing the command line. transfer none.
 ^ <code>count</code> return location for the number of times this item was registered. out.
 ^ <code>time</code> out. out.</p></td></tr></table></div><div class="doc"><p>Gets the data regarding the application that has registered the resource pointed by info.</p><p>If the command line contains any escape characters defined inside the storage specification, they
 will be expanded.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetApplications" class="def">recentInfoGetApplications</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> [string] <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetApplications" class="link">Source</a> <a href="#v:recentInfoGetApplications" class="selflink">#</a></p><div class="doc"><p>Retrieves the list of applications that have registered this resource.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetDescription" class="def">recentInfoGetDescription</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetDescription" class="link">Source</a> <a href="#v:recentInfoGetDescription" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</td><td class="doc"><p>returns the description of the resource.</p></td></tr></table></div><div class="doc"><p>Gets the (short) description of the resource.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetDisplayName" class="def">recentInfoGetDisplayName</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetDisplayName" class="link">Source</a> <a href="#v:recentInfoGetDisplayName" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</td><td class="doc"><p>returns the display name of the resource.</p></td></tr></table></div><div class="doc"><p>Gets the name of the resource. If none has been defined, the basename of the resource is obtained.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetGroups" class="def">recentInfoGetGroups</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> [string] <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetGroups" class="link">Source</a> <a href="#v:recentInfoGetGroups" class="selflink">#</a></p><div class="doc"><p>Returns all groups registered for the recently used item info.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetIcon" class="def">recentInfoGetIcon</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetIcon" class="link">Source</a> <a href="#v:recentInfoGetIcon" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></td><td class="doc"><p><code>size</code> the size of the icon in pixels</p></td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Graphics-UI-Gtk-Gdk-Pixbuf.html#t:Pixbuf">Pixbuf</a>)</td><td class="doc"><p>returns a <code><a href="Graphics-UI-Gtk-Gdk-Pixbuf.html#t:Pixbuf">Pixbuf</a></code> containing the icon, or <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#v:Nothing">Nothing</a></code></p></td></tr></table></div><div class="doc"><p>Retrieves the icon of size size associated to the resource MIME type.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetMimeType" class="def">recentInfoGetMimeType</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetMimeType" class="link">Source</a> <a href="#v:recentInfoGetMimeType" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</td><td class="doc"><p>returns the MIME type of the resource.</p></td></tr></table></div><div class="doc"><p>Gets the MIME type of the resource.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetModified" class="def">recentInfoGetModified</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetModified" class="link">Source</a> <a href="#v:recentInfoGetModified" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></td><td class="doc"><p>returns the number of seconds elapsed from system's Epoch when the resource was last modified, or -1 on failure.</p></td></tr></table></div><div class="doc"><p>Gets the timestamp (seconds from system's Epoch) when the resource was last modified.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetPrivateHint" class="def">recentInfoGetPrivateHint</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetPrivateHint" class="link">Source</a> <a href="#v:recentInfoGetPrivateHint" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:True">True</a></code> if the private flag was found, <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:False">False</a></code> otherwise.</p></td></tr></table></div><div class="doc"><p>Gets the value of the &quot;private&quot; flag. Resources in the recently used list that have this flag set to
 <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:True">True</a></code> should only be displayed by the applications that have registered them.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetShortName" class="def">recentInfoGetShortName</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetShortName" class="link">Source</a> <a href="#v:recentInfoGetShortName" class="selflink">#</a></p><div class="doc"><p>Computes a valid UTF-8 string that can be used as the name of the item in a menu or list. For
 example, calling this function on an item that refers to &quot;file://<em>foo</em>bar.txt&quot; will yield &quot;bar.txt&quot;.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetURI" class="def">recentInfoGetURI</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetURI" class="link">Source</a> <a href="#v:recentInfoGetURI" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</td><td class="doc"><p>returns the URI of the resource.</p></td></tr></table></div><div class="doc"><p>Gets the URI of the resource.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetURIDisplay" class="def">recentInfoGetURIDisplay</a> :: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string =&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetURIDisplay" class="link">Source</a> <a href="#v:recentInfoGetURIDisplay" class="selflink">#</a></p><div class="doc"><p>Gets a displayable version of the resource's URI. If the resource is local, it returns a local path;
 if the resource is not local, it returns the UTF-8 encoded content of <code>recentInfoGetUri</code>.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoGetVisited" class="def">recentInfoGetVisited</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoGetVisited" class="link">Source</a> <a href="#v:recentInfoGetVisited" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a></td><td class="doc"><p>returns the number of seconds elapsed from system's Epoch when the resource was last visited, or -1 on failure.</p></td></tr></table></div><div class="doc"><p>Gets the timestamp (seconds from system's Epoch) when the resource was last visited.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoHasApplication" class="def">recentInfoHasApplication</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoHasApplication" class="link">Source</a> <a href="#v:recentInfoHasApplication" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; string</td><td class="doc"><p><code>appName</code> a string containing an application name</p></td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:True">True</a></code> if an application with name <code>appName</code> was found, <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:False">False</a></code> otherwise.</p></td></tr></table></div><div class="doc"><p>Checks whether an application registered this resource using <code>appName</code>.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoHasGroup" class="def">recentInfoHasGroup</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoHasGroup" class="link">Source</a> <a href="#v:recentInfoHasGroup" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; string</td><td class="doc"><p><code>groupName</code> name of a group</p></td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:True">True</a></code> if the group was found.</p></td></tr></table></div><div class="doc"><p>Checks whether <code>groupName</code> appears inside the groups registered for the recently used item info.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoIsLocal" class="def">recentInfoIsLocal</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoIsLocal" class="link">Source</a> <a href="#v:recentInfoIsLocal" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:True">True</a></code> if the resource is local.</p></td></tr></table></div><div class="doc"><p>Checks whether the resource is local or not by looking at the scheme of its URI.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoLastApplication" class="def">recentInfoLastApplication</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoLastApplication" class="link">Source</a> <a href="#v:recentInfoLastApplication" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/libghc-glib-doc/html/System-Glib-UTFString.html#t:GlibString">GlibString</a> string</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> string</td><td class="doc"><p>returns an application name.</p></td></tr></table></div><div class="doc"><p>Gets the name of the last application that have registered the recently used resource represented by
 info.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div><div class="top"><p class="src"><a id="v:recentInfoMatch" class="def">recentInfoMatch</a> <a href="src/Graphics-UI-Gtk-Recent-RecentInfo.html#recentInfoMatch" class="link">Source</a> <a href="#v:recentInfoMatch" class="selflink">#</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">-&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></td><td class="doc"><p>returns <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:True">True</a></code> if both <code><a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></code> structures point to se same resource, <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#v:False">False</a></code> otherwise.</p></td></tr></table></div><div class="doc"><p>Checks whether two <code><a href="Graphics-UI-Gtk-Recent-RecentInfo.html#t:RecentInfo">RecentInfo</a></code> structures point to the same resource.</p><ul><li>Available since Gtk+ version 2.10</li></ul></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>