Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pipeRead :: Pipe -> Handle

    ghc-lib-parser GHCi.Message

    No documentation available.

  2. resumeThreadId :: ResumeContext a -> ThreadId

    ghc-lib-parser GHCi.Message

    No documentation available.

  3. useSandboxThread :: EvalOpts -> Bool

    ghc-lib-parser GHCi.Message

    No documentation available.

  4. clipboardReadAsync :: (HasCallStack, MonadIO m, IsClipboard a, IsCancellable b) => a -> [Text] -> Int32 -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Asynchronously requests an input stream to read the clipboard's contents from. When the operation is finished callback will be called. You must then call clipboardReadFinish to get the result of the operation. The clipboard will choose the most suitable mime type from the given list to fulfill the request, preferring the ones listed first.

  5. clipboardReadFinish :: (HasCallStack, MonadIO m, IsClipboard a, IsAsyncResult b) => a -> b -> m (Maybe InputStream, Text)

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Finishes an asynchronous clipboard read. See clipboardReadAsync.

  6. clipboardReadTextAsync :: (HasCallStack, MonadIO m, IsClipboard a, IsCancellable b) => a -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Asynchronously request the clipboard contents converted to a string. When the operation is finished callback will be called. You must then call clipboardReadTextFinish to get the result. This is a simple wrapper around clipboardReadValueAsync. Use that function or clipboardReadAsync directly if you need more control over the operation.

  7. clipboardReadTextFinish :: (HasCallStack, MonadIO m, IsClipboard a, IsAsyncResult b) => a -> b -> m (Maybe Text)

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Finishes an asynchronous clipboard read. See clipboardReadTextAsync.

  8. clipboardReadTextureAsync :: (HasCallStack, MonadIO m, IsClipboard a, IsCancellable b) => a -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Asynchronously request the clipboard contents converted to a GdkPixbuf. When the operation is finished callback will be called. You must then call clipboardReadTextureFinish to get the result. This is a simple wrapper around clipboardReadValueAsync. Use that function or clipboardReadAsync directly if you need more control over the operation.

  9. clipboardReadTextureFinish :: (HasCallStack, MonadIO m, IsClipboard a, IsAsyncResult b) => a -> b -> m (Maybe Texture)

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Finishes an asynchronous clipboard read. See clipboardReadTextureAsync.

  10. clipboardReadValueAsync :: (HasCallStack, MonadIO m, IsClipboard a, IsCancellable b) => a -> GType -> Int32 -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Asynchronously request the clipboard contents converted to the given type. When the operation is finished callback will be called. You must then call clipboardReadValueFinish to get the resulting GValue. For local clipboard contents that are available in the given GType, the value will be copied directly. Otherwise, GDK will try to use [funccontentDeserializeAsync] to convert the clipboard's data.

Page 573 of many | Previous | Next