Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gio GI.Gio.Enums TlsInteractionResult is returned by various functions in TlsInteraction when finishing an interaction request. Since: 2.30
TlsInteractionResultFailed :: TlsInteractionResultgi-gio GI.Gio.Enums The interaction has failed, or was cancelled. and the operation should be aborted.
TlsInteractionResultHandled :: TlsInteractionResultgi-gio GI.Gio.Enums The interaction completed, and resulting data is available.
TlsInteractionResultUnhandled :: TlsInteractionResultgi-gio GI.Gio.Enums The interaction was unhandled (i.e. not implemented).
DBusCallFlagsAllowInteractiveAuthorization :: DBusCallFlagsgi-gio GI.Gio.Flags the caller is prepared to wait for interactive authorization. Since 2.46.
DBusMessageFlagsAllowInteractiveAuthorization :: DBusMessageFlagsgi-gio GI.Gio.Flags If set on a method call, this flag means that the caller is prepared to wait for interactive authorization. Since 2.46.
clearDtlsConnectionInteraction :: (MonadIO m, IsDtlsConnection o) => o -> m ()gi-gio GI.Gio.Interfaces.DtlsConnection Set the value of the “interaction” property to Nothing. When overloading is enabled, this is equivalent to
clear #interaction
-
gi-gio GI.Gio.Interfaces.DtlsConnection Construct a GValueConstruct with valid value for the “interaction” property. This is rarely needed directly, but it is used by new.
-
gi-gio GI.Gio.Interfaces.DtlsConnection Get the object that will be used to interact with the user. It will be used for things like prompting the user for passwords. If Nothing is returned, then no user interaction will occur for this connection. Since: 2.48
-
gi-gio GI.Gio.Interfaces.DtlsConnection Set the object that will be used to interact with the user. It will be used for things like prompting the user for passwords. The interaction argument will normally be a derived subclass of TlsInteraction. Nothing can also be provided if no user interaction should occur for this connection. Since: 2.48