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. clipboardReadValueFinish :: (HasCallStack, MonadIO m, IsClipboard a, IsAsyncResult b) => a -> b -> m GValue

    gi-gdk4 GI.Gdk.Objects.Clipboard

    Finishes an asynchronous clipboard read. See clipboardReadValueAsync.

  2. dropReadAsync :: (HasCallStack, MonadIO m, IsDrop a, IsCancellable b) => a -> [Text] -> Int32 -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    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.

  3. dropReadFinish :: (HasCallStack, MonadIO m, IsDrop a, IsAsyncResult b) => a -> b -> m (Maybe InputStream, Text)

    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.

  4. dropReadValueAsync :: (HasCallStack, MonadIO m, IsDrop a, IsCancellable b) => a -> GType -> Int32 -> Maybe b -> Maybe AsyncReadyCallback -> m ()

    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.

  5. dropReadValueFinish :: (HasCallStack, MonadIO m, IsDrop a, IsAsyncResult b) => a -> b -> m GValue

    gi-gdk4 GI.Gdk.Objects.Drop

    Finishes an async drop read. See dropReadValueAsync.

  6. downloadedRead :: DownloadedFile down => down Metadata -> IO ByteString

    hackage-security Hackage.Security.Client

    Read the file we just downloaded into memory We never read binary data, only metadata.

  7. downloadedRead :: DownloadedFile down => down Metadata -> IO ByteString

    hackage-security Hackage.Security.Client.Repository

    Read the file we just downloaded into memory We never read binary data, only metadata.

  8. type BodyReader = IO ByteString

    hackage-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.

  9. bodyReaderFromBS :: ByteString -> IO BodyReader

    hackage-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.

  10. runReadJSON_Keys_Layout :: KeyEnv -> RepoLayout -> ReadJSON_Keys_Layout a -> Either DeserializationError a

    hackage-security Hackage.Security.JSON

    No documentation available.

Page 574 of many | Previous | Next