gio-0.11.0: Binding to the GIO.Source codeContentsIndex
System.GIO.Base
Portabilityportable (depends on GHC)
Stabilityalpha
Maintainergtk2hs-devel@lists.sourceforge.net
Description
Documentation
type Offset = CLLongSource
cToFlags :: (Integral int, Flags flags) => int -> [flags]Source
cFromFlags :: (Integral int, Flags flags) => [flags] -> intSource
cToEnum :: (Integral int, Enum enum) => int -> enumSource
cFromEnum :: (Integral int, Enum enum) => enum -> intSource
withGObject :: GObjectClass objectT => objectT -> (Ptr objectT -> IO a) -> IO aSource
peekGObject :: GObjectClass obj => Ptr obj -> IO objSource
objectFinalizer :: FunPtr (Ptr () -> IO ())Source
cObjectRef :: Ptr () -> IO (Ptr ())Source
takeGObject :: GObjectClass obj => Ptr obj -> IO objSource
type AsyncReadyCallback = GObject -> AsyncResult -> IO ()Source
type CAsyncReadyCallback = Ptr GObject -> Ptr AsyncResult -> Ptr () -> IO ()Source
makeAsyncReadyCallback :: CAsyncReadyCallback -> IO (FunPtr (Ptr () -> Ptr AsyncResult -> Ptr () -> IO ()))Source
marshalAsyncReadyCallback :: AsyncReadyCallback -> IO (FunPtr (Ptr () -> Ptr AsyncResult -> Ptr () -> IO ()))Source
data FileAttributeInfoFlags Source
Constructors
FileAttributeInfoNone
FileAttributeInfoCopyWithFile
FileAttributeInfoCopyWhenMoved
show/hide Instances
Produced by Haddock version 2.6.1