|
| System.GIO.Base | | Maintainer | gtk2hs-devel@lists.sourceforge.net
Stability : alpha
Portability : portable (depends on GHC) |
|
|
|
| Description |
|
|
|
| Documentation |
|
| type Offset = CLLong |
|
| cToFlags :: (Integral int, Flags flags) => int -> [flags] |
|
| cFromFlags :: (Integral int, Flags flags) => [flags] -> int |
|
| cToEnum :: (Integral int, Enum enum) => int -> enum |
|
| cFromEnum :: (Integral int, Enum enum) => enum -> int |
|
| withGObject :: GObjectClass objectT => objectT -> (Ptr objectT -> IO a) -> IO a |
|
| peekGObject :: GObjectClass obj => Ptr obj -> IO obj |
|
| objectFinalizer :: FunPtr (Ptr () -> IO ()) |
|
| cObjectRef :: Ptr () -> IO (Ptr ()) |
|
| takeGObject :: GObjectClass obj => Ptr obj -> IO obj |
|
| type AsyncReadyCallback = GObject -> AsyncResult -> IO () |
|
| type CAsyncReadyCallback = Ptr GObject -> Ptr AsyncResult -> Ptr () -> IO () |
|
| makeAsyncReadyCallback :: CAsyncReadyCallback -> IO (FunPtr (Ptr GObject -> Ptr AsyncResult -> Ptr () -> IO ())) |
|
| marshalAsyncReadyCallback :: AsyncReadyCallback -> IO (FunPtr (Ptr GObject -> Ptr AsyncResult -> Ptr () -> IO ())) |
|
| data FileAttributeInfoFlags |
| Constructors | | FileAttributeInfoNone | | | FileAttributeInfoCopyWithFile | | | FileAttributeInfoCopyWhenMoved | |
| Instances | |
|
|
| Produced by Haddock version 0.8 |