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.

  1. dBusObjectManagerClientNewForBus :: (HasCallStack, MonadIO m, IsCancellable a) => BusType -> [DBusObjectManagerClientFlags] -> Text -> Text -> Maybe DBusProxyTypeFunc -> Maybe a -> Maybe AsyncReadyCallback -> m ()

    gi-gio GI.Gio.Objects.DBusObjectManagerClient

    Like dBusObjectManagerClientNew but takes a BusType instead of a DBusConnection. This is an asynchronous failable constructor. When the result is ready, callback will be invoked in the [thread-default main loop][g-main-context-push-thread-default] of the thread you are calling this method from. You can then call dBusObjectManagerClientNewForBusFinish to get the result. See dBusObjectManagerClientNewForBusSync for the synchronous version. Since: 2.30

  2. dBusObjectManagerClientNewForBusFinish :: (HasCallStack, MonadIO m, IsAsyncResult a) => a -> m DBusObjectManagerClient

    gi-gio GI.Gio.Objects.DBusObjectManagerClient

    Finishes an operation started with dBusObjectManagerClientNewForBus. Since: 2.30

  3. dBusObjectManagerClientNewForBusSync :: (HasCallStack, MonadIO m, IsCancellable a) => BusType -> [DBusObjectManagerClientFlags] -> Text -> Text -> Maybe DBusProxyTypeFunc -> Maybe a -> m DBusObjectManagerClient

    gi-gio GI.Gio.Objects.DBusObjectManagerClient

    Like dBusObjectManagerClientNewSync but takes a BusType instead of a DBusConnection. This is a synchronous failable constructor - the calling thread is blocked until a reply is received. See dBusObjectManagerClientNewForBus for the asynchronous version. Since: 2.30

  4. dBusProxyNewForBus :: (HasCallStack, MonadIO m, IsCancellable a) => BusType -> [DBusProxyFlags] -> Maybe DBusInterfaceInfo -> Text -> Text -> Text -> Maybe a -> Maybe AsyncReadyCallback -> m ()

    gi-gio GI.Gio.Objects.DBusProxy

    Like dBusProxyNew but takes a BusType instead of a DBusConnection. DBusProxy is used in this [example][gdbus-wellknown-proxy]. Since: 2.26

  5. dBusProxyNewForBusFinish :: (HasCallStack, MonadIO m, IsAsyncResult a) => a -> m DBusProxy

    gi-gio GI.Gio.Objects.DBusProxy

    Finishes creating a DBusProxy. Since: 2.26

  6. dBusProxyNewForBusSync :: (HasCallStack, MonadIO m, IsCancellable a) => BusType -> [DBusProxyFlags] -> Maybe DBusInterfaceInfo -> Text -> Text -> Text -> Maybe a -> m DBusProxy

    gi-gio GI.Gio.Objects.DBusProxy

    Like dBusProxyNewSync but takes a BusType instead of a DBusConnection. DBusProxy is used in this [example][gdbus-wellknown-proxy]. Since: 2.26

  7. fileInfoRemoveAttribute :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> Text -> m ()

    gi-gio GI.Gio.Objects.FileInfo

    Removes all cases of attribute from info if it exists.

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

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

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

Page 568 of many | Previous | Next