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.

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

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

  3. tlsCertificateGetNotValidBefore :: (HasCallStack, MonadIO m, IsTlsCertificate a) => a -> m (Maybe DateTime)

    gi-gio GI.Gio.Objects.TlsCertificate

    Returns the time at which the certificate became or will become valid. Since: 2.70

  4. tlsDatabaseLookupCertificateForHandle :: (HasCallStack, MonadIO m, IsTlsDatabase a, IsTlsInteraction b, IsCancellable c) => a -> Text -> Maybe b -> TlsDatabaseLookupFlags -> Maybe c -> m (Maybe TlsCertificate)

    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

  5. tlsDatabaseLookupCertificateForHandleAsync :: (HasCallStack, MonadIO m, IsTlsDatabase a, IsTlsInteraction b, IsCancellable c) => a -> Text -> Maybe b -> TlsDatabaseLookupFlags -> Maybe c -> Maybe AsyncReadyCallback -> m ()

    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

  6. tlsDatabaseLookupCertificateForHandleFinish :: (HasCallStack, MonadIO m, IsTlsDatabase a, IsAsyncResult b) => a -> b -> m TlsCertificate

    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

  7. vfsGetFileForPath :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> m File

    gi-gio GI.Gio.Objects.Vfs

    Gets a File for path.

  8. vfsGetFileForUri :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> m File

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

  9. volumeMonitorGetMountForUuid :: (HasCallStack, MonadIO m, IsVolumeMonitor a) => a -> Text -> m (Maybe Mount)

    gi-gio GI.Gio.Objects.VolumeMonitor

    Finds a Mount object by its UUID (see mountGetUuid)

  10. volumeMonitorGetVolumeForUuid :: (HasCallStack, MonadIO m, IsVolumeMonitor a) => a -> Text -> m (Maybe Volume)

    gi-gio GI.Gio.Objects.VolumeMonitor

    Finds a Volume object by its UUID (see volumeGetUuid)

Page 568 of many | Previous | Next