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.
-
ghc-lib-parser GHCi.Message No documentation available.
resumeThreadId :: ResumeContext a -> ThreadIdghc-lib-parser GHCi.Message No documentation available.
useSandboxThread :: EvalOpts -> Boolghc-lib-parser GHCi.Message No documentation available.
-
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.
-
gi-gdk4 GI.Gdk.Objects.Clipboard Finishes an asynchronous clipboard read. See clipboardReadAsync.
-
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.
-
gi-gdk4 GI.Gdk.Objects.Clipboard Finishes an asynchronous clipboard read. See clipboardReadTextAsync.
-
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.
-
gi-gdk4 GI.Gdk.Objects.Clipboard Finishes an asynchronous clipboard read. See clipboardReadTextureAsync.
-
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.