Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. UnixSocketAddress :: ManagedPtr UnixSocketAddress -> UnixSocketAddress

    gi-gio GI.Gio.Objects.UnixSocketAddress

    No documentation available.

  2. constructUnixSocketAddressAbstract :: (IsUnixSocketAddress o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.UnixSocketAddress

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

  3. constructUnixSocketAddressAddressType :: (IsUnixSocketAddress o, MonadIO m) => UnixSocketAddressType -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.UnixSocketAddress

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

  4. constructUnixSocketAddressPath :: (IsUnixSocketAddress o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.UnixSocketAddress

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

  5. constructUnixSocketAddressPathAsArray :: (IsUnixSocketAddress o, MonadIO m) => ByteString -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.UnixSocketAddress

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

  6. getUnixSocketAddressAbstract :: (MonadIO m, IsUnixSocketAddress o) => o -> m Bool

    gi-gio GI.Gio.Objects.UnixSocketAddress

    Get the value of the “abstract” property. When overloading is enabled, this is equivalent to

    get unixSocketAddress #abstract
    

  7. getUnixSocketAddressAddressType :: (MonadIO m, IsUnixSocketAddress o) => o -> m UnixSocketAddressType

    gi-gio GI.Gio.Objects.UnixSocketAddress

    Get the value of the “address-type” property. When overloading is enabled, this is equivalent to

    get unixSocketAddress #addressType
    

  8. getUnixSocketAddressPath :: (MonadIO m, IsUnixSocketAddress o) => o -> m Text

    gi-gio GI.Gio.Objects.UnixSocketAddress

    Get the value of the “path” property. When overloading is enabled, this is equivalent to

    get unixSocketAddress #path
    

  9. getUnixSocketAddressPathAsArray :: (MonadIO m, IsUnixSocketAddress o) => o -> m (Maybe ByteString)

    gi-gio GI.Gio.Objects.UnixSocketAddress

    Get the value of the “path-as-array” property. When overloading is enabled, this is equivalent to

    get unixSocketAddress #pathAsArray
    

  10. toUnixSocketAddress :: (MonadIO m, IsUnixSocketAddress o) => o -> m UnixSocketAddress

    gi-gio GI.Gio.Objects.UnixSocketAddress

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

Page 171 of many | Previous | Next