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. 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.

  2. getUnixInputStreamCloseFd :: (MonadIO m, IsUnixInputStream o) => o -> m Bool

    gi-gio GI.Gio.Objects.UnixInputStream

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

    get unixInputStream #closeFd
    

  3. getUnixInputStreamFd :: (MonadIO m, IsUnixInputStream o) => o -> m Int32

    gi-gio GI.Gio.Objects.UnixInputStream

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

    get unixInputStream #fd
    

  4. 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 ]
    

  5. toUnixInputStream :: (MonadIO m, IsUnixInputStream o) => o -> m UnixInputStream

    gi-gio GI.Gio.Objects.UnixInputStream

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

  6. unixInputStreamGetCloseFd :: (HasCallStack, MonadIO m, IsUnixInputStream a) => a -> m Bool

    gi-gio GI.Gio.Objects.UnixInputStream

    Returns whether the file descriptor of stream will be closed when the stream is closed. Since: 2.20

  7. unixInputStreamGetFd :: (HasCallStack, MonadIO m, IsUnixInputStream a) => a -> m Int32

    gi-gio GI.Gio.Objects.UnixInputStream

    Return the UNIX file descriptor that the stream reads from. Since: 2.20

  8. unixInputStreamNew :: (HasCallStack, MonadIO m) => Int32 -> Bool -> m UnixInputStream

    gi-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.

  9. 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

  10. module GI.Gio.Objects.UnixMountMonitor

    Watches GUnixMounts for changes.

Page 167 of many | Previous | Next