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.
-
gi-gdk4 GI.Gdk.Objects.Clipboard Finishes an asynchronous clipboard read. See clipboardReadValueAsync.
-
gi-gdk4 GI.Gdk.Objects.Drop Asynchronously read the dropped data from a GdkDrop in a format that complies with one of the mime types.
-
gi-gdk4 GI.Gdk.Objects.Drop Finishes an async drop read operation. Note that you must not use blocking read calls on the returned stream in the GTK thread, since some platforms might require communication with GTK to complete the data transfer. You can use async APIs such as inputStreamReadBytesAsync. See dropReadAsync.
-
gi-gdk4 GI.Gdk.Objects.Drop Asynchronously request the drag operation's contents converted to the given type. When the operation is finished callback will be called. You must then call dropReadValueFinish to get the resulting GValue. For local drag-and-drop operations that are available in the given GType, the value will be copied directly. Otherwise, GDK will try to use contentDeserializeAsync to convert the data.
dropReadValueFinish :: (HasCallStack, MonadIO m, IsDrop a, IsAsyncResult b) => a -> b -> m GValuegi-gdk4 GI.Gdk.Objects.Drop Finishes an async drop read. See dropReadValueAsync.
downloadedRead :: DownloadedFile down => down Metadata -> IO ByteStringhackage-security Hackage.Security.Client Read the file we just downloaded into memory We never read binary data, only metadata.
downloadedRead :: DownloadedFile down => down Metadata -> IO ByteStringhackage-security Hackage.Security.Client.Repository Read the file we just downloaded into memory We never read binary data, only metadata.
type
BodyReader = IO ByteStringhackage-security Hackage.Security.Client.Repository.HttpLib An IO action that represents an incoming response body coming from the server. The action gets a single chunk of data from the response body, or an empty bytestring if no more data is available. This definition is copied from the http-client package.
bodyReaderFromBS :: ByteString -> IO BodyReaderhackage-security Hackage.Security.Client.Repository.HttpLib Construct a Body reader from a lazy bytestring This is appropriate if the lazy bytestring is constructed, say, by calling hGetContents on a network socket, and the chunks of the bytestring correspond to the chunks as they are returned from the OS network layer. If the lazy bytestring needs to be re-chunked this function is NOT suitable.
-
hackage-security Hackage.Security.JSON No documentation available.