Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gio GI.Gio.Objects.TlsDatabase Look up a certificate by its handle. The handle should have been created by calling tlsDatabaseCreateCertificateHandle on a TlsDatabase object of the same TLS backend. The handle is designed to remain valid across instantiations of the database. If the handle is no longer valid, or does not point to a certificate in this database, then Nothing will be returned. This function can block, use tlsDatabaseLookupCertificateForHandleAsync to perform the lookup operation asynchronously. Since: 2.30
-
gi-gio GI.Gio.Objects.TlsDatabase Asynchronously look up a certificate by its handle in the database. See tlsDatabaseLookupCertificateForHandle for more information. Since: 2.30
-
gi-gio GI.Gio.Objects.TlsDatabase Finish an asynchronous lookup of a certificate by its handle. See tlsDatabaseLookupCertificateForHandle for more information. If the handle is no longer valid, or does not point to a certificate in this database, then Nothing will be returned. Since: 2.30
vfsGetFileForPath :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> m Filegi-gio GI.Gio.Objects.Vfs Gets a File for path.
vfsGetFileForUri :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> m Filegi-gio GI.Gio.Objects.Vfs Gets a File for uri. This operation never fails, but the returned object might not support any I/O operation if the URI is malformed or if the URI scheme is not supported.
-
gi-gio GI.Gio.Objects.VolumeMonitor Finds a Mount object by its UUID (see mountGetUuid)
-
gi-gio GI.Gio.Objects.VolumeMonitor Finds a Volume object by its UUID (see volumeGetUuid)
-
gi-gio GI.Gio.Objects.ZlibCompressor Construct a GValueConstruct with valid value for the “format” property. This is rarely needed directly, but it is used by new.
getZlibCompressorFormat :: (MonadIO m, IsZlibCompressor o) => o -> m ZlibCompressorFormatgi-gio GI.Gio.Objects.ZlibCompressor Get the value of the “format” property. When overloading is enabled, this is equivalent to
get zlibCompressor #format
-
gi-gio GI.Gio.Objects.ZlibDecompressor Construct a GValueConstruct with valid value for the “format” property. This is rarely needed directly, but it is used by new.