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.
UnixSocketAddress :: ManagedPtr UnixSocketAddress -> UnixSocketAddressgi-gio GI.Gio.Objects.UnixSocketAddress No documentation available.
-
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.
-
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.
-
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.
-
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.
getUnixSocketAddressAbstract :: (MonadIO m, IsUnixSocketAddress o) => o -> m Boolgi-gio GI.Gio.Objects.UnixSocketAddress Get the value of the “abstract” property. When overloading is enabled, this is equivalent to
get unixSocketAddress #abstract
-
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
getUnixSocketAddressPath :: (MonadIO m, IsUnixSocketAddress o) => o -> m Textgi-gio GI.Gio.Objects.UnixSocketAddress Get the value of the “path” property. When overloading is enabled, this is equivalent to
get unixSocketAddress #path
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
toUnixSocketAddress :: (MonadIO m, IsUnixSocketAddress o) => o -> m UnixSocketAddressgi-gio GI.Gio.Objects.UnixSocketAddress Cast to UnixSocketAddress, for types for which this is known to be safe. For general casts, use castTo.