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.Structs.DmabufFormats Returns whether formats1 and formats2 contain the same dmabuf formats, in the same order. Since: 4.14
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
dmabufFormatsGetNFormats :: (HasCallStack, MonadIO m) => DmabufFormats -> m CSizegi-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
dmabufFormatsRef :: (HasCallStack, MonadIO m) => DmabufFormats -> m DmabufFormatsgi-gdk4 GI.Gdk.Structs.DmabufFormats Increases the reference count of formats. Since: 4.14
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
textureDownloaderGetFormat :: (HasCallStack, MonadIO m) => TextureDownloader -> m MemoryFormatgi-gdk4 GI.Gdk.Structs.TextureDownloader Gets the format that the data will be downloaded in. Since: 4.10
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
-
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).
snapshotInfoRoot :: Snapshot -> FileInfohackage-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.
-
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.