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.
constructUnixInputStreamFd :: (IsUnixInputStream o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gio GI.Gio.Objects.UnixInputStream Construct a GValueConstruct with valid value for the “fd” property. This is rarely needed directly, but it is used by new.
getUnixInputStreamCloseFd :: (MonadIO m, IsUnixInputStream o) => o -> m Boolgi-gio GI.Gio.Objects.UnixInputStream Get the value of the “close-fd” property. When overloading is enabled, this is equivalent to
get unixInputStream #closeFd
getUnixInputStreamFd :: (MonadIO m, IsUnixInputStream o) => o -> m Int32gi-gio GI.Gio.Objects.UnixInputStream Get the value of the “fd” property. When overloading is enabled, this is equivalent to
get unixInputStream #fd
setUnixInputStreamCloseFd :: (MonadIO m, IsUnixInputStream o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.UnixInputStream Set the value of the “close-fd” property. When overloading is enabled, this is equivalent to
set unixInputStream [ #closeFd := value ]
toUnixInputStream :: (MonadIO m, IsUnixInputStream o) => o -> m UnixInputStreamgi-gio GI.Gio.Objects.UnixInputStream Cast to UnixInputStream, for types for which this is known to be safe. For general casts, use castTo.
unixInputStreamGetCloseFd :: (HasCallStack, MonadIO m, IsUnixInputStream a) => a -> m Boolgi-gio GI.Gio.Objects.UnixInputStream Returns whether the file descriptor of stream will be closed when the stream is closed. Since: 2.20
unixInputStreamGetFd :: (HasCallStack, MonadIO m, IsUnixInputStream a) => a -> m Int32gi-gio GI.Gio.Objects.UnixInputStream Return the UNIX file descriptor that the stream reads from. Since: 2.20
unixInputStreamNew :: (HasCallStack, MonadIO m) => Int32 -> Bool -> m UnixInputStreamgi-gio GI.Gio.Objects.UnixInputStream Creates a new UnixInputStream for the given fd. If closeFd is True, the file descriptor will be closed when the stream is closed.
unixInputStreamSetCloseFd :: (HasCallStack, MonadIO m, IsUnixInputStream a) => a -> Bool -> m ()gi-gio GI.Gio.Objects.UnixInputStream Sets whether the file descriptor of stream shall be closed when the stream is closed. Since: 2.20
module GI.Gio.Objects.
UnixMountMonitor Watches GUnixMounts for changes.