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-gio GI.Gio.Objects.DBusConnection Synchronously connects and sets up a D-Bus client connection for exchanging D-Bus messages with an endpoint specified by address which must be in the D-Bus address format. This constructor can only be used to initiate client-side connections - use dBusConnectionNewSync if you need to act as the server. In particular, flags cannot contain the DBusConnectionFlagsAuthenticationServer, DBusConnectionFlagsAuthenticationAllowAnonymous or DBusConnectionFlagsAuthenticationRequireSameUser flags. This is a synchronous failable constructor. See dBusConnectionNewForAddress for the asynchronous version. If observer is not Nothing it may be used to control the authentication process. Since: 2.26
-
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
-
gi-gio GI.Gio.Objects.DBusObjectManagerClient Finishes an operation started with dBusObjectManagerClientNewForBus. Since: 2.30
-
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
-
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
dBusProxyNewForBusFinish :: (HasCallStack, MonadIO m, IsAsyncResult a) => a -> m DBusProxygi-gio GI.Gio.Objects.DBusProxy Finishes creating a DBusProxy. Since: 2.26
-
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
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.
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