Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. onMenuModelItemsChanged :: (IsMenuModel a, MonadIO m) => a -> ((?self :: a) => MenuModelItemsChangedCallback) -> m SignalHandlerId

    gi-gio GI.Gio.Objects.MenuModel

    Connect a signal handler for the itemsChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on menuModel #itemsChanged callback
    

  2. toMenuModel :: (MonadIO m, IsMenuModel o) => o -> m MenuModel

    gi-gio GI.Gio.Objects.MenuModel

    Cast to MenuModel, for types for which this is known to be safe. For general casts, use castTo.

  3. module GI.Gio.Objects.ProxyAddressEnumerator

    GProxyAddressEnumerator is a wrapper around SocketAddressEnumerator which takes the SocketAddress instances returned by the SocketAddressEnumerator and wraps them in ProxyAddress instances, using the given ProxyAddressEnumerator:proxyResolver. This enumerator will be returned (for example, by socketConnectableEnumerate) as appropriate when a proxy is configured; there should be no need to manually wrap a SocketAddressEnumerator instance with one.

  4. class (GObject o, IsDescendantOf ProxyAddressEnumerator o) => IsProxyAddressEnumerator o

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Type class for types which can be safely cast to ProxyAddressEnumerator, for instance with toProxyAddressEnumerator.

  5. newtype ProxyAddressEnumerator

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Memory-managed wrapper type.

  6. ProxyAddressEnumerator :: ManagedPtr ProxyAddressEnumerator -> ProxyAddressEnumerator

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    No documentation available.

  7. clearProxyAddressEnumeratorProxyResolver :: (MonadIO m, IsProxyAddressEnumerator o) => o -> m ()

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Set the value of the “proxy-resolver” property to Nothing. When overloading is enabled, this is equivalent to

    clear #proxyResolver
    

  8. constructProxyAddressEnumeratorConnectable :: (IsProxyAddressEnumerator o, MonadIO m, IsSocketConnectable a) => a -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Construct a GValueConstruct with valid value for the “connectable” property. This is rarely needed directly, but it is used by new.

  9. constructProxyAddressEnumeratorDefaultPort :: (IsProxyAddressEnumerator o, MonadIO m) => Word32 -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Construct a GValueConstruct with valid value for the “default-port” property. This is rarely needed directly, but it is used by new.

  10. constructProxyAddressEnumeratorProxyResolver :: (IsProxyAddressEnumerator o, MonadIO m, IsProxyResolver a) => a -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Construct a GValueConstruct with valid value for the “proxy-resolver” property. This is rarely needed directly, but it is used by new.

Page 119 of many | Previous | Next