Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
subprocessForceExit :: (HasCallStack, MonadIO m, IsSubprocess a) => a -> m ()gi-gio GI.Gio.Objects.Subprocess Use an operating-system specific method to attempt an immediate, forceful termination of the process. There is no mechanism to determine whether or not the request itself was successful; however, you can use subprocessWait to monitor the status of the process after calling this function. On Unix, this function sends SIGKILL. Since: 2.40
getTlsCertificateNotValidBefore :: (MonadIO m, IsTlsCertificate o) => o -> m (Maybe DateTime)gi-gio GI.Gio.Objects.TlsCertificate Get the value of the “not-valid-before” property. When overloading is enabled, this is equivalent to
get tlsCertificate #notValidBefore
-
gi-gio GI.Gio.Objects.TlsCertificate Returns the time at which the certificate became or will become valid. Since: 2.70
-
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)