Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. pattern FILE_ATTRIBUTE_ACCESS_CAN_READ :: Text

    gi-gio GI.Gio.Constants

    A key in the "access" namespace for getting read privileges. Corresponding FileAttributeType is FileAttributeTypeBoolean. This attribute will be True if the user is able to read the file.

  2. pattern FILE_ATTRIBUTE_FILESYSTEM_READONLY :: Text

    gi-gio GI.Gio.Constants

    A key in the "filesystem" namespace for checking if the file system is read only. Is set to True if the file system is read only. Corresponding FileAttributeType is FileAttributeTypeBoolean.

  3. DBusErrorPropertyReadOnly :: DBusError

    gi-gio GI.Gio.Enums

    Property you tried to set is read-only. Since 2.42

  4. IOErrorEnumAlreadyMounted :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File is already mounted.

  5. IOErrorEnumReadOnly :: IOErrorEnum

    gi-gio GI.Gio.Enums

    File is read only.

  6. DBusInterfaceSkeletonFlagsHandleMethodInvocationsInThread :: DBusInterfaceSkeletonFlags

    gi-gio GI.Gio.Flags

    Each method invocation is handled in a thread dedicated to the invocation. This means that the method implementation can use blocking IO without blocking any other part of the process. It also means that the method implementation must use locking to access data structures used by other threads.

  7. DBusPropertyInfoFlagsReadable :: DBusPropertyInfoFlags

    gi-gio GI.Gio.Flags

    Property is readable.

  8. DBusServerFlagsRunInThread :: DBusServerFlags

    gi-gio GI.Gio.Flags

    All DBusServer::newConnection signals will run in separated dedicated threads (see signal for details).

  9. pollableStreamRead :: (HasCallStack, MonadIO m, IsInputStream a, IsCancellable b) => a -> ByteString -> Bool -> Maybe b -> m Int64

    gi-gio GI.Gio.Functions

    Tries to read from stream, as with inputStreamRead (if blocking is True) or pollableInputStreamReadNonblocking (if blocking is False). This can be used to more easily share code between blocking and non-blocking implementations of a method. If blocking is False, then stream must be a PollableInputStream for which pollableInputStreamCanPoll returns True, or else the behavior is undefined. If blocking is True, then stream does not need to be a PollableInputStream. Since: 2.34

  10. unixMountIsReadonly :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Bool

    gi-gio GI.Gio.Functions

    Checks if a unix mount is mounted read only.

Page 506 of many | Previous | Next