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. dmabufFormatsEqual :: (HasCallStack, MonadIO m) => Maybe DmabufFormats -> Maybe DmabufFormats -> m Bool

    gi-gdk4 GI.Gdk.Structs.DmabufFormats

    Returns whether formats1 and formats2 contain the same dmabuf formats, in the same order. Since: 4.14

  2. dmabufFormatsGetFormat :: (HasCallStack, MonadIO m) => DmabufFormats -> CSize -> m (Word32, Word64)

    gi-gdk4 GI.Gdk.Structs.DmabufFormats

    Gets the fourcc code and modifier for a format that is contained in formats. Since: 4.14

  3. dmabufFormatsGetNFormats :: (HasCallStack, MonadIO m) => DmabufFormats -> m CSize

    gi-gdk4 GI.Gdk.Structs.DmabufFormats

    Returns the number of formats that the formats object contains. Note that DMA buffers are a Linux concept, so on other platforms, dmabufFormatsGetNFormats will always return zero. Since: 4.14

  4. dmabufFormatsRef :: (HasCallStack, MonadIO m) => DmabufFormats -> m DmabufFormats

    gi-gdk4 GI.Gdk.Structs.DmabufFormats

    Increases the reference count of formats. Since: 4.14

  5. dmabufFormatsUnref :: (HasCallStack, MonadIO m) => DmabufFormats -> m ()

    gi-gdk4 GI.Gdk.Structs.DmabufFormats

    Decreases the reference count of formats. When the reference count reaches zero, the object is freed. Since: 4.14

  6. textureDownloaderGetFormat :: (HasCallStack, MonadIO m) => TextureDownloader -> m MemoryFormat

    gi-gdk4 GI.Gdk.Structs.TextureDownloader

    Gets the format that the data will be downloaded in. Since: 4.10

  7. textureDownloaderSetFormat :: (HasCallStack, MonadIO m) => TextureDownloader -> MemoryFormat -> m ()

    gi-gdk4 GI.Gdk.Structs.TextureDownloader

    Sets the format the downloader will download. By default, GDK_MEMORY_DEFAULT is set. Since: 4.10

  8. checkForUpdates :: forall (down :: Type -> Type) . (Throws VerificationError, Throws SomeRemoteError) => Repository down -> Maybe UTCTime -> IO HasUpdates

    hackage-security Hackage.Security.Client

    Generic logic for checking if there are updates This implements the logic described in Section 5.1, "The client application", of the TUF spec. It checks which of the server metadata has changed, and downloads all changed metadata to the local cache. (Metadata here refers both to the TUF security metadata as well as the Hackage package index.) You should pass Nothing for the UTCTime _only_ under exceptional circumstances (such as when the main server is down for longer than the expiry dates used in the timestamp files on mirrors).

  9. snapshotInfoRoot :: Snapshot -> FileInfo

    hackage-security Hackage.Security.Client

    File info for the root metadata We list this explicitly in the snapshot so that we can check if we need to update the root metadata without first having to download the entire index tarball.

  10. data HasFormat a b

    hackage-security Hackage.Security.Client.Formats

    HasFormat fs f is a proof that f is a key in fs. See formatsMember and formatsLookup for typical usage.

Page 731 of many | Previous | Next