Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 039bdf88b242c7370523970a3a8bcd40 > files > 63

ghc-gio-devel-0.11.1-2.fc14.2.i686.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<!-- Generated by HsColour, http://www.cs.york.ac.uk/fp/darcs/hscolour/ -->
<title>dist/build/System/GIO/Async/AsyncResult.hs</title>
<link type='text/css' rel='stylesheet' href='hscolour.css' />
</head>
<body>
<pre><a name="line-1"></a>
<a name="line-2"></a><span class='hs-comment'>{-# LINE 2 "./System/GIO/Async/AsyncResult.chs" #-}</span>
<a name="line-3"></a><span class='hs-comment'>-- GIMP Toolkit (GTK) Binding for Haskell: binding to gio -*-haskell-*-</span>
<a name="line-4"></a><span class='hs-comment'>--</span>
<a name="line-5"></a><span class='hs-comment'>-- Author : Peter Gavin</span>
<a name="line-6"></a><span class='hs-comment'>-- Created: 13-Oct-2008</span>
<a name="line-7"></a><span class='hs-comment'>--</span>
<a name="line-8"></a><span class='hs-comment'>-- Copyright (c) 2008 Peter Gavin</span>
<a name="line-9"></a><span class='hs-comment'>--</span>
<a name="line-10"></a><span class='hs-comment'>-- This library is free software: you can redistribute it and/or</span>
<a name="line-11"></a><span class='hs-comment'>-- modify it under the terms of the GNU Lesser General Public License</span>
<a name="line-12"></a><span class='hs-comment'>-- as published by the Free Software Foundation, either version 3 of</span>
<a name="line-13"></a><span class='hs-comment'>-- the License, or (at your option) any later version.</span>
<a name="line-14"></a><span class='hs-comment'>--</span>
<a name="line-15"></a><span class='hs-comment'>-- This library is distributed in the hope that it will be useful,</span>
<a name="line-16"></a><span class='hs-comment'>-- but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="line-17"></a><span class='hs-comment'>-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
<a name="line-18"></a><span class='hs-comment'>-- Lesser General Public License for more details.</span>
<a name="line-19"></a><span class='hs-comment'>--</span>
<a name="line-20"></a><span class='hs-comment'>-- You should have received a copy of the GNU Lesser General Public</span>
<a name="line-21"></a><span class='hs-comment'>-- License along with this program. If not, see</span>
<a name="line-22"></a><span class='hs-comment'>-- &lt;http:</span>
<a name="line-23"></a><span class='hs-comment'>--</span>
<a name="line-24"></a><span class='hs-comment'>-- GIO, the C library which this Haskell library depends on, is</span>
<a name="line-25"></a><span class='hs-comment'>-- available under LGPL Version 2. The documentation included with</span>
<a name="line-26"></a><span class='hs-comment'>-- this library is based on the original GIO documentation.</span>
<a name="line-27"></a><span class='hs-comment'>--</span>
<a name="line-28"></a><span class='hs-comment'>-- | Maintainer : gtk2hs-devel@lists.sourceforge.net</span>
<a name="line-29"></a><span class='hs-comment'>-- Stability : alpha</span>
<a name="line-30"></a><span class='hs-comment'>-- Portability : portable (depends on GHC)</span>
<a name="line-31"></a><span class='hs-keyword'>module</span> <span class='hs-conid'>System</span><span class='hs-varop'>.</span><span class='hs-conid'>GIO</span><span class='hs-varop'>.</span><span class='hs-conid'>Async</span><span class='hs-varop'>.</span><span class='hs-conid'>AsyncResult</span> <span class='hs-layout'>(</span>
<a name="line-32"></a>    <span class='hs-conid'>AsyncResult</span><span class='hs-layout'>,</span>
<a name="line-33"></a>    <span class='hs-conid'>AsyncResultClass</span><span class='hs-layout'>,</span>
<a name="line-34"></a>    <span class='hs-conid'>AsyncReadyCallback</span>
<a name="line-35"></a>    <span class='hs-layout'>)</span> <span class='hs-keyword'>where</span>
<a name="line-36"></a>
<a name="line-37"></a><span class='hs-keyword'>import</span> <span class='hs-conid'>System</span><span class='hs-varop'>.</span><span class='hs-conid'>Glib</span><span class='hs-varop'>.</span><span class='hs-conid'>FFI</span>
<a name="line-38"></a>
<a name="line-39"></a><span class='hs-keyword'>import</span> <span class='hs-conid'>System</span><span class='hs-varop'>.</span><span class='hs-conid'>GIO</span><span class='hs-varop'>.</span><span class='hs-conid'>Base</span>
<a name="line-40"></a><span class='hs-keyword'>import</span> <span class='hs-conid'>System</span><span class='hs-varop'>.</span><span class='hs-conid'>GIO</span><span class='hs-varop'>.</span><span class='hs-conid'>Types</span>
<a name="line-41"></a><span class='hs-comment'>{-# LINE 40 "./System/GIO/Async/AsyncResult.chs" #-}</span>
</pre></body>
</html>